Autumn Ember Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn Ember palette
Color Inspiration
Images that showcase this color palette in real designs
Download Autumn Ember Color Palette (PNG)
Autumn Ember color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #d65900;
}
.color-3 {
color: #c73c00;
}
.color-4 {
color: #a83200;
}
.color-5 {
color: #7a2d00;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #d65900;
--color-3: #c73c00;
--color-4: #a83200;
--color-5: #7a2d00;
}
Autumn Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #d65900, #c73c00, #a83200, #7a2d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #d65900, #c73c00, #a83200, #7a2d00);
}
Similar color palettes
Autumn Ember color palette created on .