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: #d2c5b1;
}
.color-2 {
color: #f4e2c3;
}
.color-3 {
color: #f9c59f;
}
.color-4 {
color: #f3a67c;
}
.color-5 {
color: #e78b5a;
}

/* CSS Variables */
:root {
--color-1: #d2c5b1;
--color-2: #f4e2c3;
--color-3: #f9c59f;
--color-4: #f3a67c;
--color-5: #e78b5a;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c5b1, #f4e2c3, #f9c59f, #f3a67c, #e78b5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c5b1, #f4e2c3, #f9c59f, #f3a67c, #e78b5a);
}

Sunset Serenade color palette created on .