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: #e4b91b;
}
.color-2 {
color: #f5de9e;
}
.color-3 {
color: #f3a85e;
}
.color-4 {
color: #f07e3d;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #e4b91b;
--color-2: #f5de9e;
--color-3: #f3a85e;
--color-4: #f07e3d;
--color-5: #e77e23;
}

Golden Ember Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b91b, #f5de9e, #f3a85e, #f07e3d, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b91b, #f5de9e, #f3a85e, #f07e3d, #e77e23);
}

Golden Ember Glow color palette created on .