All stylesButtonCraft

Deep Space

Gradient · .btn-deep-space

Free · MIT · No attribution
Text
Class name
Color hue
Radius · 12px
Size
.btn-deep-space {
  display: inline-block;
  padding: 13px 28px;
  border: 1px solid rgba(167, 139, 250, 0.35);
  border-radius: 12px;
  background: linear-gradient(135deg, #1e1b4b, #4c1d95);
  color: #e9d5ff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.btn-deep-space:hover {
  border-color: rgba(196, 181, 253, 0.7);
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.35);
}
.btn-deep-space:active {
  box-shadow: 0 0 8px rgba(139, 92, 246, 0.25);
}

More Gradient styles

Button

Sunset

Button

Oceanic

Button

Aurora

Button

Candy

Button

Ember

Button

Limeade