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: #ff3333;
}
.color-2 {
color: #ff7033;
}
.color-3 {
color: #ffb833;
}
.color-4 {
color: #ffe033;
}
.color-5 {
color: #33ff58;
}

/* CSS Variables */
:root {
--color-1: #ff3333;
--color-2: #ff7033;
--color-3: #ffb833;
--color-4: #ffe033;
--color-5: #33ff58;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3333, #ff7033, #ffb833, #ffe033, #33ff58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3333, #ff7033, #ffb833, #ffe033, #33ff58);
}

Sunset Serenade color palette created on .