All stylesButtonCraft

Neo Raised

Neumorphic · .btn-neo-raised

Free · MIT · No attribution
Text
Class name
Color hue
Radius · 14px
Size
.btn-neo-raised {
  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: 9px 9px 18px #bec3cf, -9px -9px 18px #ffffff;
  transition: box-shadow 0.2s ease;
}
.btn-neo-raised:hover {
  box-shadow: 6px 6px 12px #bec3cf, -6px -6px 12px #ffffff;
}
.btn-neo-raised:active {
  box-shadow: inset 5px 5px 10px #bec3cf, inset -5px -5px 10px #ffffff;
}

More Neumorphic styles

Button

Neo Pressed

Button

Neo Pill

Neo Circle

Button

Neo Concave

Button

Neo Convex

Button

Neo Mini