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: #f7d1b6;
}
.color-2 {
color: #f9b79f;
}
.color-3 {
color: #f7ab5e;
}
.color-4 {
color: #f38a39;
}
.color-5 {
color: #e85d3b;
}

/* CSS Variables */
:root {
--color-1: #f7d1b6;
--color-2: #f9b79f;
--color-3: #f7ab5e;
--color-4: #f38a39;
--color-5: #e85d3b;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d1b6, #f9b79f, #f7ab5e, #f38a39, #e85d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d1b6, #f9b79f, #f7ab5e, #f38a39, #e85d3b);
}

Sunset Serenade color palette created on .