Peach Fuzz
Pastel · .btn-peach-fuzz
Text
Class name
Color hue
Radius · 14px
Size
.btn-peach-fuzz {
display: inline-block;
padding: 12px 26px;
border: none;
border-radius: 14px;
background: #fed7aa;
color: #9a3412;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: background 0.2s ease, transform 0.15s ease;
}
.btn-peach-fuzz:hover {
background: #fdba74;
}
.btn-peach-fuzz:active {
transform: scale(0.97);
}