Flat Coral
Solid · .btn-flat-coral
Text
Class name
Color hue
Radius · 12px
Size
.btn-flat-coral {
display: inline-block;
padding: 12px 26px;
border: none;
border-radius: 12px;
background: #ff6b6b;
color: #ffffff;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: background 0.2s ease, transform 0.1s ease;
}
.btn-flat-coral:hover {
background: #fa5252;
}
.btn-flat-coral:active {
transform: scale(0.98);
}