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: #faa700;
}
.color-2 {
color: #f08c00;
}
.color-3 {
color: #e65c00;
}
.color-4 {
color: #d13f00;
}
.color-5 {
color: #b32400;
}

/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #f08c00;
--color-3: #e65c00;
--color-4: #d13f00;
--color-5: #b32400;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #f08c00, #e65c00, #d13f00, #b32400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #f08c00, #e65c00, #d13f00, #b32400);
}

Sunset Serenade color palette created on .