Autumn Embertones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn Embertones palette
Autumn Embertones color palette CSS
/* CSS */
.color-1 {
color: #f7b32b;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #c72929;
}
.color-5 {
color: #860e4e;
}
/* CSS Variables */
:root {
--color-1: #f7b32b;
--color-2: #ff6d2e;
--color-3: #ff3c00;
--color-4: #c72929;
--color-5: #860e4e;
}
Autumn Embertones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b32b, #ff6d2e, #ff3c00, #c72929, #860e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b32b, #ff6d2e, #ff3c00, #c72929, #860e4e);
}
Similar color palettes
Autumn Embertones color palette created on .