Berry Crush
Gradient · .btn-berry-crush
Text
Class name
Color hue
Radius · 12px
Size
.btn-berry-crush {
display: inline-block;
padding: 13px 28px;
border: none;
border-radius: 12px;
background: linear-gradient(135deg, #c026d3, #db2777);
color: #ffffff;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: box-shadow 0.2s ease, filter 0.2s ease;
}
.btn-berry-crush:hover {
filter: brightness(1.08);
box-shadow: 0 8px 22px rgba(219, 39, 119, 0.45);
}
.btn-berry-crush:active {
filter: brightness(0.95);
}