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: #f69f2c;
}
.color-2 {
color: #f29c2c;
}
.color-3 {
color: #e78a27;
}
.color-4 {
color: #d66f2e;
}
.color-5 {
color: #c56b2b;
}

/* CSS Variables */
:root {
--color-1: #f69f2c;
--color-2: #f29c2c;
--color-3: #e78a27;
--color-4: #d66f2e;
--color-5: #c56b2b;
}

Golden Ember Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f69f2c, #f29c2c, #e78a27, #d66f2e, #c56b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f69f2c, #f29c2c, #e78a27, #d66f2e, #c56b2b);
}

Golden Ember Glow color palette created on .