Baby Blue
Pastel · .btn-baby-blue
Text
Class name
Color hue
Radius · 12px
Size
.btn-baby-blue {
display: inline-block;
padding: 12px 26px;
border: none;
border-radius: 12px;
background: #bfdbfe;
color: #1e40af;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: background 0.2s ease;
}
.btn-baby-blue:hover {
background: #93c5fd;
}
.btn-baby-blue:active {
background: #60a5fa;
}