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: #e8bf5e;
}
.color-3 {
color: #f1d27e;
}
.color-4 {
color: #f6e3b6;
}
.color-5 {
color: #fff5d6;
}

/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #e8bf5e;
--color-3: #f1d27e;
--color-4: #f6e3b6;
--color-5: #fff5d6;
}

Golden Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #e8bf5e, #f1d27e, #f6e3b6, #fff5d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #e8bf5e, #f1d27e, #f6e3b6, #fff5d6);
}

Golden Glow color palette created on .