Golden Ember Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Ember Glow palette

Share this palette to:

Golden Ember Glow color palette CSS

/* CSS */
.color-1 {
color: #f9d958;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f68b2c;
}
.color-4 {
color: #f25c1c;
}
.color-5 {
color: #eb3f00;
}

/* CSS Variables */
:root {
--color-1: #f9d958;
--color-2: #f6b83c;
--color-3: #f68b2c;
--color-4: #f25c1c;
--color-5: #eb3f00;
}

Golden Ember Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d958, #f6b83c, #f68b2c, #f25c1c, #eb3f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d958, #f6b83c, #f68b2c, #f25c1c, #eb3f00);
}

Golden Ember Glow color palette created on .