Sunset Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Serenade palette

Share this palette to:

Sunset Serenade color palette CSS

/* CSS */
.color-1 {
color: #cc002c;
}
.color-2 {
color: #d64e29;
}
.color-3 {
color: #e6893d;
}
.color-4 {
color: #f3b94f;
}
.color-5 {
color: #f8cf68;
}

/* CSS Variables */
:root {
--color-1: #cc002c;
--color-2: #d64e29;
--color-3: #e6893d;
--color-4: #f3b94f;
--color-5: #f8cf68;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cc002c, #d64e29, #e6893d, #f3b94f, #f8cf68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cc002c, #d64e29, #e6893d, #f3b94f, #f8cf68);
}

Sunset Serenade color palette created on .