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: #f9a824;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f5e58a;
}
.color-4 {
color: #e7b6e1;
}
.color-5 {
color: #c880ff;
}

/* CSS Variables */
:root {
--color-1: #f9a824;
--color-2: #f1c84b;
--color-3: #f5e58a;
--color-4: #e7b6e1;
--color-5: #c880ff;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a824, #f1c84b, #f5e58a, #e7b6e1, #c880ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a824, #f1c84b, #f5e58a, #e7b6e1, #c880ff);
}

Sunset Serenade color palette created on .