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: #f8e1b4;
}
.color-2 {
color: #f39c12;
}
.color-3 {
color: #f05c00;
}
.color-4 {
color: #e64919;
}
.color-5 {
color: #d33131;
}

/* CSS Variables */
:root {
--color-1: #f8e1b4;
--color-2: #f39c12;
--color-3: #f05c00;
--color-4: #e64919;
--color-5: #d33131;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1b4, #f39c12, #f05c00, #e64919, #d33131);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1b4, #f39c12, #f05c00, #e64919, #d33131);
}

Sunset Serenade color palette created on .