Mint Cream
Pastel · .btn-mint-cream
Text
Class name
Color hue
Radius · 12px
Size
.btn-mint-cream {
display: inline-block;
padding: 12px 26px;
border: none;
border-radius: 12px;
background: #bbf7d0;
color: #166534;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: background 0.2s ease;
}
.btn-mint-cream:hover {
background: #86efac;
}
.btn-mint-cream:active {
background: #4ade80;
}