Embers of Autumn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Embers of Autumn palette
Embers of Autumn color palette CSS
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #da4e1b;
}
.color-3 {
color: #9f391d;
}
.color-4 {
color: #6e2c12;
}
.color-5 {
color: #391c0e;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #da4e1b;
--color-3: #9f391d;
--color-4: #6e2c12;
--color-5: #391c0e;
}
Embers of Autumn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #da4e1b, #9f391d, #6e2c12, #391c0e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #da4e1b, #9f391d, #6e2c12, #391c0e);
}
Similar color palettes
Embers of Autumn color palette created on .