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: #fcecc0;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #f15a27;
}
.color-5 {
color: #da4c25;
}

/* CSS Variables */
:root {
--color-1: #fcecc0;
--color-2: #f5a524;
--color-3: #f0a800;
--color-4: #f15a27;
--color-5: #da4c25;
}

Golden Ember Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcecc0, #f5a524, #f0a800, #f15a27, #da4c25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcecc0, #f5a524, #f0a800, #f15a27, #da4c25);
}

Golden Ember Glow color palette created on .