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: #fce792;
}
.color-2 {
color: #e48144;
}
.color-3 {
color: #bd6261;
}
.color-4 {
color: #ce3827;
}
.color-5 {
color: #8e1f4c;
}

/* CSS Variables */
:root {
--color-1: #fce792;
--color-2: #e48144;
--color-3: #bd6261;
--color-4: #ce3827;
--color-5: #8e1f4c;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fce792, #e48144, #bd6261, #ce3827, #8e1f4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fce792, #e48144, #bd6261, #ce3827, #8e1f4c);
}

Similar color palettes

Scroll down to explore 4 Soft yellow color palettes

Sunset Serenade color palette created on .