Discover the beautiful Autumn Ember color palette featuring manhattan (#f6c5a7), saffron mango (#f9b85d), sea buckthorn (#f89f3f), flame pea (#d96030) and tall poppy (#b73a2a).
Autumn Ember Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
Explore how the Autumn Ember palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Autumn Ember palette
๐ป Autumn Ember color palette CSS
/* CSS */
.color-1 {
color: #f6c5a7;
}
.color-2 {
color: #f9b85d;
}
.color-3 {
color: #f89f3f;
}
.color-4 {
color: #d96030;
}
.color-5 {
color: #b73a2a;
}
/* CSS Variables */
:root {
--color-1: #f6c5a7;
--color-2: #f9b85d;
--color-3: #f89f3f;
--color-4: #d96030;
--color-5: #b73a2a;
}
๐ Autumn Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c5a7, #f9b85d, #f89f3f, #d96030, #b73a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c5a7, #f9b85d, #f89f3f, #d96030, #b73a2a);
}
๐ Explore similar color palettes
Autumn Ember color palette created on .