All stylesButtonCraft

Ember

Gradient · .btn-ember

Free · MIT · No attribution
Text
Class name
Color hue
Radius · 12px
Size
.btn-ember {
  display: inline-block;
  padding: 13px 28px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #ef4444, #f97316);
  color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.1s ease;
}
.btn-ember:hover {
  box-shadow: 0 8px 22px rgba(249, 115, 22, 0.45);
}
.btn-ember:active {
  transform: translateY(1px);
}

More Gradient styles

Button

Sunset

Button

Oceanic

Button

Aurora

Button

Candy

Button

Limeade

Button

Deep Space