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