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: #a2c4f1;
}
.color-2 {
color: #f7c7ab;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f69c3c;
}
.color-5 {
color: #f07e3d;
}

/* CSS Variables */
:root {
--color-1: #a2c4f1;
--color-2: #f7c7ab;
--color-3: #f6b83c;
--color-4: #f69c3c;
--color-5: #f07e3d;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c4f1, #f7c7ab, #f6b83c, #f69c3c, #f07e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c4f1, #f7c7ab, #f6b83c, #f69c3c, #f07e3d);
}

Sunset Serenade color palette created on .