Autumn Ember Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn Ember palette
Autumn Ember color palette CSS
/* CSS */
.color-1 {
color: #da8b2b;
}
.color-2 {
color: #ebad6b;
}
.color-3 {
color: #f2d2a1;
}
.color-4 {
color: #b4a58d;
}
.color-5 {
color: #a9402d;
}
/* CSS Variables */
:root {
--color-1: #da8b2b;
--color-2: #ebad6b;
--color-3: #f2d2a1;
--color-4: #b4a58d;
--color-5: #a9402d;
}
Autumn Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da8b2b, #ebad6b, #f2d2a1, #b4a58d, #a9402d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da8b2b, #ebad6b, #f2d2a1, #b4a58d, #a9402d);
}
Similar color palettes
Scroll down to explore 100+ Autumn color palettes
Autumn Ember color palette created on .