Autumn Ember Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Ember Glow palette

Share this palette to:

Autumn Ember Glow color palette CSS

/* CSS */
.color-1 {
color: #a0514b;
}
.color-2 {
color: #c65e4e;
}
.color-3 {
color: #e08f5c;
}
.color-4 {
color: #f5b14d;
}
.color-5 {
color: #fddb6d;
}

/* CSS Variables */
:root {
--color-1: #a0514b;
--color-2: #c65e4e;
--color-3: #e08f5c;
--color-4: #f5b14d;
--color-5: #fddb6d;
}

Autumn Ember Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0514b, #c65e4e, #e08f5c, #f5b14d, #fddb6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0514b, #c65e4e, #e08f5c, #f5b14d, #fddb6d);
}

Autumn Ember Glow color palette created on .