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: #b9090c;
}
.color-2 {
color: #df2f26;
}
.color-3 {
color: #e27e2c;
}
.color-4 {
color: #db9d00;
}
.color-5 {
color: #e3af54;
}

/* CSS Variables */
:root {
--color-1: #b9090c;
--color-2: #df2f26;
--color-3: #e27e2c;
--color-4: #db9d00;
--color-5: #e3af54;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9090c, #df2f26, #e27e2c, #db9d00, #e3af54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9090c, #df2f26, #e27e2c, #db9d00, #e3af54);
}

Sunset Serenade color palette created on .