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: #ff8080;
}
.color-2 {
color: #ffb3b3;
}
.color-3 {
color: #ffda9e;
}
.color-4 {
color: #ffc300;
}
.color-5 {
color: #ff5e00;
}

/* CSS Variables */
:root {
--color-1: #ff8080;
--color-2: #ffb3b3;
--color-3: #ffda9e;
--color-4: #ffc300;
--color-5: #ff5e00;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8080, #ffb3b3, #ffda9e, #ffc300, #ff5e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8080, #ffb3b3, #ffda9e, #ffc300, #ff5e00);
}

Sunset Serenade color palette created on .