Sunset Symphony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Symphony palette

Share this palette to:

Sunset Symphony color palette CSS

/* CSS */
.color-1 {
color: #ed1d23;
}
.color-2 {
color: #f96c01;
}
.color-3 {
color: #fac000;
}
.color-4 {
color: #a8d600;
}
.color-5 {
color: #3b9fd8;
}

/* CSS Variables */
:root {
--color-1: #ed1d23;
--color-2: #f96c01;
--color-3: #fac000;
--color-4: #a8d600;
--color-5: #3b9fd8;
}

Sunset Symphony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ed1d23, #f96c01, #fac000, #a8d600, #3b9fd8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ed1d23, #f96c01, #fac000, #a8d600, #3b9fd8);
}

Sunset Symphony color palette created on .