All stylesButtonCraft

Floating Pill

3D & Tactile · .btn-floating-pill

Free · MIT · No attribution
Text
Class name
Color hue
Radius · pill
Size
.btn-floating-pill {
  display: inline-block;
  padding: 13px 30px;
  border: none;
  border-radius: 999px;
  background: #8b5cf6;
  color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 12px 24px -8px rgba(139, 92, 246, 0.7);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.btn-floating-pill:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 32px -10px rgba(139, 92, 246, 0.8);
}
.btn-floating-pill:active {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px -6px rgba(139, 92, 246, 0.7);
}

More 3D & Tactile styles

Button

Pushable Crimson

Button

Pushable Azure

Button

Jelly Lime

Button

Bevel Classic

Button

Glossy Sky

Button

Layer Stack