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: #f8c76d;
}
.color-2 {
color: #f2a07d;
}
.color-3 {
color: #f27d8d;
}
.color-4 {
color: #e26983;
}
.color-5 {
color: #d3558b;
}

/* CSS Variables */
:root {
--color-1: #f8c76d;
--color-2: #f2a07d;
--color-3: #f27d8d;
--color-4: #e26983;
--color-5: #d3558b;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c76d, #f2a07d, #f27d8d, #e26983, #d3558b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c76d, #f2a07d, #f27d8d, #e26983, #d3558b);
}

Sunset Serenade color palette created on .