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: #f9d36c;
}
.color-2 {
color: #f3a32b;
}
.color-3 {
color: #d95b1c;
}
.color-4 {
color: #a62b2b;
}
.color-5 {
color: #7a1f1f;
}
/* CSS Variables */
:root {
--color-1: #f9d36c;
--color-2: #f3a32b;
--color-3: #d95b1c;
--color-4: #a62b2b;
--color-5: #7a1f1f;
}
Autumn Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d36c, #f3a32b, #d95b1c, #a62b2b, #7a1f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d36c, #f3a32b, #d95b1c, #a62b2b, #7a1f1f);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Autumn Ember color palette created on .