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: #ffb13d;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ef3b1f;
}
.color-4 {
color: #be2d3e;
}
.color-5 {
color: #5e3f9d;
}

/* CSS Variables */
:root {
--color-1: #ffb13d;
--color-2: #ff6d1f;
--color-3: #ef3b1f;
--color-4: #be2d3e;
--color-5: #5e3f9d;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb13d, #ff6d1f, #ef3b1f, #be2d3e, #5e3f9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb13d, #ff6d1f, #ef3b1f, #be2d3e, #5e3f9d);
}

Sunset Serenade color palette created on .