Sunset Symphony Color Palette

Discover the beautiful Sunset Symphony color palette featuring white (#ffffff), true v (#6c6adc), cerise red (#e03e4e), texas rose (#ffb84d) and cerulean (#0096db).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Orange, Red, Summer color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Sunset Symphony palette

Share this palette to:

💻 Sunset Symphony color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #6c6adc;
}
.color-3 {
color: #e03e4e;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #0096db;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #6c6adc;
--color-3: #e03e4e;
--color-4: #ffb84d;
--color-5: #0096db;
}

🌈 Sunset Symphony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #6c6adc, #e03e4e, #ffb84d, #0096db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #6c6adc, #e03e4e, #ffb84d, #0096db);
}

Sunset Symphony color palette created on .