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: #f8cab9;
}
.color-2 {
color: #f2a07d;
}
.color-3 {
color: #e0705c;
}
.color-4 {
color: #b55d3b;
}
.color-5 {
color: #794b39;
}
/* CSS Variables */
:root {
--color-1: #f8cab9;
--color-2: #f2a07d;
--color-3: #e0705c;
--color-4: #b55d3b;
--color-5: #794b39;
}
Autumn Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8cab9, #f2a07d, #e0705c, #b55d3b, #794b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8cab9, #f2a07d, #e0705c, #b55d3b, #794b39);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Autumn Ember color palette created on .