Explosive Sunset

bright, coral, yellow, blue, violet

Color Adjustments

Explosive Sunset Color Palette CSS

/* CSS */
.color-1 {
  color: #FF6E61;
}

.color-2 {
  color: #FF9900;
}

.color-3 {
  color: #FFD900;
}

.color-4 {
  color: #2E8CFF;
}

.color-5 {
  color: #690DAB;
}

/* CSS Variables */
:root {
  --color-1: #FF6E61;
  --color-2: #FF9900;
  --color-3: #FFD900;
  --color-4: #2E8CFF;
  --color-5: #690DAB;
}

Explosive Sunset Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #FF6E61, #FF9900, #FFD900, #2E8CFF, #690DAB);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #FF6E61, #FF9900, #FFD900, #2E8CFF, #690DAB);
}

Explosive Sunset color palette created on .

3 views
Explosive Sunset Color Palette