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: #f6d12c;
}
.color-2 {
color: #fcae1d;
}
.color-3 {
color: #f88c20;
}
.color-4 {
color: #f86c30;
}
.color-5 {
color: #f95f39;
}

/* CSS Variables */
:root {
--color-1: #f6d12c;
--color-2: #fcae1d;
--color-3: #f88c20;
--color-4: #f86c30;
--color-5: #f95f39;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d12c, #fcae1d, #f88c20, #f86c30, #f95f39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d12c, #fcae1d, #f88c20, #f86c30, #f95f39);
}

Sunset Serenade color palette created on .