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: #f8e2af;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #d86b2c;
}
.color-5 {
color: #b6462b;
}

/* CSS Variables */
:root {
--color-1: #f8e2af;
--color-2: #f1a8a2;
--color-3: #ff6e61;
--color-4: #d86b2c;
--color-5: #b6462b;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2af, #f1a8a2, #ff6e61, #d86b2c, #b6462b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2af, #f1a8a2, #ff6e61, #d86b2c, #b6462b);
}

Sunset Serenade color palette created on .