Lemon Chiffon
Pastel · .btn-lemon-chiffon
Text
Class name
Color hue
Radius · 12px
Size
.btn-lemon-chiffon {
display: inline-block;
padding: 12px 26px;
border: none;
border-radius: 12px;
background: #fef08a;
color: #854d0e;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: background 0.2s ease;
}
.btn-lemon-chiffon:hover {
background: #fde047;
}
.btn-lemon-chiffon:active {
background: #facc15;
}