Autumn Ember Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn Ember palette
Download Autumn Ember Color Palette (PNG)
Autumn Ember color palette CSS
/* CSS */
.color-1 {
color: #f6c9a7;
}
.color-2 {
color: #f28d69;
}
.color-3 {
color: #ea603e;
}
.color-4 {
color: #da2e2b;
}
.color-5 {
color: #a62b2b;
}
/* CSS Variables */
:root {
--color-1: #f6c9a7;
--color-2: #f28d69;
--color-3: #ea603e;
--color-4: #da2e2b;
--color-5: #a62b2b;
}
Autumn Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c9a7, #f28d69, #ea603e, #da2e2b, #a62b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c9a7, #f28d69, #ea603e, #da2e2b, #a62b2b);
}
Similar color palettes
Scroll down to explore 80+ Amber color palettes
Autumn Ember color palette created on .