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: #200128;
}
.color-2 {
color: #22012d;
}
.color-3 {
color: #24012d;
}
.color-4 {
color: #060128;
}
.color-5 {
color: #010b28;
}

/* CSS Variables */
:root {
--color-1: #200128;
--color-2: #22012d;
--color-3: #24012d;
--color-4: #060128;
--color-5: #010b28;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #200128, #22012d, #24012d, #060128, #010b28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #200128, #22012d, #24012d, #060128, #010b28);
}

Sunset Serenade color palette created on .