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: #f3cab4;
}
.color-2 {
color: #f1a65b;
}
.color-3 {
color: #da5e25;
}
.color-4 {
color: #c13c1a;
}
.color-5 {
color: #8c2d12;
}
/* CSS Variables */
:root {
--color-1: #f3cab4;
--color-2: #f1a65b;
--color-3: #da5e25;
--color-4: #c13c1a;
--color-5: #8c2d12;
}
Autumn Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3cab4, #f1a65b, #da5e25, #c13c1a, #8c2d12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3cab4, #f1a65b, #da5e25, #c13c1a, #8c2d12);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Autumn Ember color palette created on .