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: #d88613;
}
.color-2 {
color: #f1a20e;
}
.color-3 {
color: #f4c33e;
}
.color-4 {
color: #ffdc42;
}
.color-5 {
color: #ff7f0f;
}

/* CSS Variables */
:root {
--color-1: #d88613;
--color-2: #f1a20e;
--color-3: #f4c33e;
--color-4: #ffdc42;
--color-5: #ff7f0f;
}

Golden Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d88613, #f1a20e, #f4c33e, #ffdc42, #ff7f0f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d88613, #f1a20e, #f4c33e, #ffdc42, #ff7f0f);
}

Golden Sunset color palette created on .