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: #ea7653;
}
.color-2 {
color: #d76d3c;
}
.color-3 {
color: #b85d28;
}
.color-4 {
color: #f9b248;
}
.color-5 {
color: #f1c84b;
}
/* CSS Variables */
:root {
--color-1: #ea7653;
--color-2: #d76d3c;
--color-3: #b85d28;
--color-4: #f9b248;
--color-5: #f1c84b;
}
Autumn Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ea7653, #d76d3c, #b85d28, #f9b248, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ea7653, #d76d3c, #b85d28, #f9b248, #f1c84b);
}
Similar color palettes
Autumn Ember color palette created on .