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: #f6d55a;
}
.color-2 {
color: #f8e9a0;
}
.color-3 {
color: #f9aeae;
}
.color-4 {
color: #d6a9e5;
}
.color-5 {
color: #3e4f74;
}

/* CSS Variables */
:root {
--color-1: #f6d55a;
--color-2: #f8e9a0;
--color-3: #f9aeae;
--color-4: #d6a9e5;
--color-5: #3e4f74;
}

Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d55a, #f8e9a0, #f9aeae, #d6a9e5, #3e4f74);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d55a, #f8e9a0, #f9aeae, #d6a9e5, #3e4f74);
}

Sunset Serenade color palette created on .