All stylesButtonCraft

Sunset

Gradient · .btn-sunset

Free · MIT · No attribution
Text
Class name
Color hue
Radius · 12px
Size
.btn-sunset {
  display: inline-block;
  padding: 13px 28px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #f97316 0%, #ec4899 100%);
  color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-sunset:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(236, 72, 153, 0.4);
}
.btn-sunset:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(236, 72, 153, 0.3);
}

More Gradient styles

Button

Oceanic

Button

Aurora

Button

Candy

Button

Ember

Button

Limeade

Button

Deep Space