Sage Whisper
Pastel · .btn-sage-whisper
Text
Class name
Color hue
Radius · 12px
Size
.btn-sage-whisper {
display: inline-block;
padding: 12px 26px;
border: 1px solid #a8c5ae;
border-radius: 12px;
background: #d4e7d7;
color: #2f5233;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: background 0.2s ease;
}
.btn-sage-whisper:hover {
background: #bcd9c1;
}
.btn-sage-whisper:active {
background: #a3cbaa;
}