Golden Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Glow palette

Share this palette to:

Golden Glow color palette PNG image

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

Golden Glow color palette CSS

/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #f6c660;
}
.color-3 {
color: #f8d56d;
}
.color-4 {
color: #f9e29f;
}
.color-5 {
color: #fff5b3;
}

/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #f6c660;
--color-3: #f8d56d;
--color-4: #f9e29f;
--color-5: #fff5b3;
}

Golden Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #f6c660, #f8d56d, #f9e29f, #fff5b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #f6c660, #f8d56d, #f9e29f, #fff5b3);
}

Golden Glow color palette created on .