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: #ffb86b;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f58b00;
}
.color-4 {
color: #d66f00;
}
.color-5 {
color: #a84f00;
}

/* CSS Variables */
:root {
--color-1: #ffb86b;
--color-2: #f5a300;
--color-3: #f58b00;
--color-4: #d66f00;
--color-5: #a84f00;
}

Golden Ember Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb86b, #f5a300, #f58b00, #d66f00, #a84f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb86b, #f5a300, #f58b00, #d66f00, #a84f00);
}

Golden Ember Glow color palette created on .