Golden Sunset Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Sunset Serenade palette

Share this palette to:

Golden Sunset Serenade color palette CSS

/* CSS */
.color-1 {
color: #f9e74e;
}
.color-2 {
color: #f6d27e;
}
.color-3 {
color: #f4ba5d;
}
.color-4 {
color: #f49c3e;
}
.color-5 {
color: #f34c2b;
}

/* CSS Variables */
:root {
--color-1: #f9e74e;
--color-2: #f6d27e;
--color-3: #f4ba5d;
--color-4: #f49c3e;
--color-5: #f34c2b;
}

Golden Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e74e, #f6d27e, #f4ba5d, #f49c3e, #f34c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e74e, #f6d27e, #f4ba5d, #f49c3e, #f34c2b);
}

Golden Sunset Serenade color palette created on .