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: #f6d13c;
}
.color-2 {
color: #f9a12f;
}
.color-3 {
color: #f57029;
}
.color-4 {
color: #da4c25;
}
.color-5 {
color: #d32a27;
}

/* CSS Variables */
:root {
--color-1: #f6d13c;
--color-2: #f9a12f;
--color-3: #f57029;
--color-4: #da4c25;
--color-5: #d32a27;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d13c, #f9a12f, #f57029, #da4c25, #d32a27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d13c, #f9a12f, #f57029, #da4c25, #d32a27);
}

Sunset Serenade color palette created on .