Lucy’s Sunset Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lucy’s Sunset Serenade palette

Share this palette to:

Lucy’s Sunset Serenade color palette CSS

/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff5100;
}
.color-4 {
color: #ff9900;
}
.color-5 {
color: #ffea00;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff6e61;
--color-3: #ff5100;
--color-4: #ff9900;
--color-5: #ffea00;
}

Lucy’s Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff6e61, #ff5100, #ff9900, #ffea00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff6e61, #ff5100, #ff9900, #ffea00);
}

Lucy’s Sunset Serenade color palette created on .