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: #fbef7e;
}
.color-2 {
color: #f8c220;
}
.color-3 {
color: #b58b4f;
}
.color-4 {
color: #e76508;
}
.color-5 {
color: #c41003;
}

/* CSS Variables */
:root {
--color-1: #fbef7e;
--color-2: #f8c220;
--color-3: #b58b4f;
--color-4: #e76508;
--color-5: #c41003;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbef7e, #f8c220, #b58b4f, #e76508, #c41003);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbef7e, #f8c220, #b58b4f, #e76508, #c41003);
}

Similar color palettes

Scroll down to explore 1 Light yellow color palette

Sunset Serenade color palette created on .