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: #d9a44a;
}
.color-2 {
color: #e5b75d;
}
.color-3 {
color: #f0d97a;
}
.color-4 {
color: #f4c29f;
}
.color-5 {
color: #e36a68;
}

/* CSS Variables */
:root {
--color-1: #d9a44a;
--color-2: #e5b75d;
--color-3: #f0d97a;
--color-4: #f4c29f;
--color-5: #e36a68;
}

Golden Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a44a, #e5b75d, #f0d97a, #f4c29f, #e36a68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a44a, #e5b75d, #f0d97a, #f4c29f, #e36a68);
}

Golden Sunset color palette created on .