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: #e3a84f;
}
.color-2 {
color: #d58c48;
}
.color-3 {
color: #c7793d;
}
.color-4 {
color: #ac5c2a;
}
.color-5 {
color: #8d3f1c;
}

/* CSS Variables */
:root {
--color-1: #e3a84f;
--color-2: #d58c48;
--color-3: #c7793d;
--color-4: #ac5c2a;
--color-5: #8d3f1c;
}

Golden Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3a84f, #d58c48, #c7793d, #ac5c2a, #8d3f1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3a84f, #d58c48, #c7793d, #ac5c2a, #8d3f1c);
}

Golden Sunset color palette created on .