Neo Pressed
Neumorphic · .btn-neo-pressed
Text
Class name
Color hue
Radius · 14px
Size
.btn-neo-pressed {
display: inline-block;
padding: 13px 28px;
border: none;
border-radius: 14px;
background: #e0e5ec;
color: #4a5568;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
box-shadow: inset 6px 6px 12px #bec3cf, inset -6px -6px 12px #ffffff;
transition: box-shadow 0.2s ease, color 0.2s ease;
}
.btn-neo-pressed:hover {
color: #6366f1;
}
.btn-neo-pressed:active {
box-shadow: inset 9px 9px 16px #bec3cf, inset -9px -9px 16px #ffffff;
}