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: #f8c84f;
}
.color-2 {
color: #f1a15f;
}
.color-3 {
color: #d68c71;
}
.color-4 {
color: #b57887;
}
.color-5 {
color: #8a4c9a;
}

/* CSS Variables */
:root {
--color-1: #f8c84f;
--color-2: #f1a15f;
--color-3: #d68c71;
--color-4: #b57887;
--color-5: #8a4c9a;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c84f, #f1a15f, #d68c71, #b57887, #8a4c9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c84f, #f1a15f, #d68c71, #b57887, #8a4c9a);
}

Sunset Serenade color palette created on .