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: #e6b400;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffcc80;
}
.color-4 {
color: #ff9d80;
}
.color-5 {
color: #ff7142;
}

/* CSS Variables */
:root {
--color-1: #e6b400;
--color-2: #ffb84d;
--color-3: #ffcc80;
--color-4: #ff9d80;
--color-5: #ff7142;
}

Golden Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b400, #ffb84d, #ffcc80, #ff9d80, #ff7142);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b400, #ffb84d, #ffcc80, #ff9d80, #ff7142);
}

Golden Sunset color palette created on .