Golden Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Sunset palette

Share this palette to:

Golden Sunset color palette CSS

/* CSS */
.color-1 {
color: #f4a20b;
}
.color-2 {
color: #f9d43e;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #e55b1f;
}
.color-5 {
color: #d84a31;
}

/* CSS Variables */
:root {
--color-1: #f4a20b;
--color-2: #f9d43e;
--color-3: #f6b83c;
--color-4: #e55b1f;
--color-5: #d84a31;
}

Golden Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a20b, #f9d43e, #f6b83c, #e55b1f, #d84a31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a20b, #f9d43e, #f6b83c, #e55b1f, #d84a31);
}

Golden Sunset color palette created on .