Cotton Candy
Pastel · .btn-cotton-candy
Text
Class name
Color hue
Radius · pill
Size
.btn-cotton-candy {
display: inline-block;
padding: 12px 28px;
border: none;
border-radius: 999px;
background: linear-gradient(135deg, #fbcfe8, #bfdbfe);
color: #86198f;
font-family: inherit;
font-size: 15px;
font-weight: 700;
cursor: pointer;
transition: filter 0.2s ease, transform 0.15s ease;
}
.btn-cotton-candy:hover {
filter: saturate(1.4);
transform: translateY(-1px);
}
.btn-cotton-candy:active {
transform: translateY(0) scale(0.98);
}