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 PNG image

Download golden sunset color palette PNG image (landscape)
Download golden sunset color palette PNG image (square)

Golden Sunset color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #b84d00;
}
.color-3 {
color: #e6b479;
}
.color-4 {
color: #f7e3b6;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #b84d00;
--color-3: #e6b479;
--color-4: #f7e3b6;
--color-5: #ff6e61;
}

Golden Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #b84d00, #e6b479, #f7e3b6, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #b84d00, #e6b479, #f7e3b6, #ff6e61);
}

Golden Sunset color palette created on .