Limeade
Gradient · .btn-limeade
Text
Class name
Color hue
Radius · 12px
Size
.btn-limeade {
display: inline-block;
padding: 13px 28px;
border: none;
border-radius: 12px;
background: linear-gradient(135deg, #a3e635, #22c55e);
color: #052e16;
font-family: inherit;
font-size: 15px;
font-weight: 700;
cursor: pointer;
transition: filter 0.2s ease;
}
.btn-limeade:hover {
filter: saturate(1.3) brightness(1.05);
}
.btn-limeade:active {
filter: brightness(0.95);
}