Jelly Lime
3D & Tactile · .btn-jelly-lime
Text
Class name
Color hue
Radius · 14px
Size
.btn-jelly-lime {
display: inline-block;
padding: 12px 28px;
border: none;
border-radius: 14px;
background: #a3e635;
color: #1a2e05;
font-family: inherit;
font-size: 15px;
font-weight: 700;
cursor: pointer;
box-shadow: 0 5px 0 #65a30d;
transition: transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.15s ease;
}
.btn-jelly-lime:hover {
transform: scale(1.04);
}
.btn-jelly-lime:active {
transform: translateY(4px) scale(1.06, 0.9);
box-shadow: 0 1px 0 #65a30d;
}