All stylesButtonCraft

Neo Convex

Neumorphic · .btn-neo-convex

Free · MIT · No attribution
Text
Class name
Color hue
Radius · 14px
Size
.btn-neo-convex {
  display: inline-block;
  padding: 13px 28px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(145deg, #f0f5fc, #cbd0d8);
  color: #4a5568;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 8px 8px 16px #bec3cf, -8px -8px 16px #ffffff;
  transition: box-shadow 0.2s ease;
}
.btn-neo-convex:hover {
  box-shadow: 5px 5px 12px #bec3cf, -5px -5px 12px #ffffff;
}
.btn-neo-convex:active {
  background: linear-gradient(145deg, #cbd0d8, #f0f5fc);
  box-shadow: inset 4px 4px 8px #bec3cf, inset -4px -4px 8px #ffffff;
}

More Neumorphic styles

Button

Neo Raised

Button

Neo Pressed

Button

Neo Pill

Neo Circle

Button

Neo Concave

Button

Neo Mini