Gold Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gold Glow palette

Share this palette to:

Gold Glow color palette CSS

/* CSS */
.color-1 {
color: #f0a400;
}
.color-2 {
color: #f0d000;
}
.color-3 {
color: #f0e400;
}
.color-4 {
color: #f5b400;
}
.color-5 {
color: #f55a00;
}

/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #f0d000;
--color-3: #f0e400;
--color-4: #f5b400;
--color-5: #f55a00;
}

Gold Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #f0d000, #f0e400, #f5b400, #f55a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #f0d000, #f0e400, #f5b400, #f55a00);
}

Gold Glow color palette created on .