Horizon Glow
Gradient · .btn-horizon-glow
Text
Class name
Color hue
Radius · 12px
Size
.btn-horizon-glow {
display: inline-block;
padding: 13px 28px;
border: none;
border-radius: 12px;
background: linear-gradient(180deg, #38bdf8 0%, #0284c7 100%);
color: #ffffff;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
transition: box-shadow 0.2s ease, filter 0.2s ease;
}
.btn-horizon-glow:hover {
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 8px 20px rgba(14, 165, 233, 0.45);
}
.btn-horizon-glow:active {
filter: brightness(0.92);
}