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: #fad12e;
}
.color-2 {
color: #f69f2c;
}
.color-3 {
color: #f27c1c;
}
.color-4 {
color: #d55c20;
}
.color-5 {
color: #982a2c;
}
/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f69f2c;
--color-3: #f27c1c;
--color-4: #d55c20;
--color-5: #982a2c;
}
Autumn Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f69f2c, #f27c1c, #d55c20, #982a2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f69f2c, #f27c1c, #d55c20, #982a2c);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Autumn Ember color palette created on .