Amber Punch
Solid · .btn-amber-punch
Text
Class name
Color hue
Radius · 10px
Size
.btn-amber-punch {
display: inline-block;
padding: 12px 26px;
border: none;
border-radius: 10px;
background: #f59e0b;
color: #451a03;
font-family: inherit;
font-size: 15px;
font-weight: 700;
cursor: pointer;
transition: background 0.2s ease, transform 0.1s ease;
}
.btn-amber-punch:hover {
background: #d97706;
}
.btn-amber-punch:active {
transform: scale(0.97);
}