Forest
Solid · .btn-forest
Text
Class name
Color hue
Radius · 10px
Size
.btn-forest {
display: inline-block;
padding: 12px 26px;
border: none;
border-radius: 10px;
background: #16a34a;
color: #ffffff;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: background 0.2s ease;
}
.btn-forest:hover {
background: #15803d;
}
.btn-forest:active {
background: #166534;
}