Discover the beautiful Autumn Ember Glow color palette featuring totem pole (#9c2007), piper (#d95c26), jaffa (#f3a23f), golden glow (#fce99c) and primrose (#f0e2a3).
Autumn Ember Glow 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 Glow palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Autumn Ember Glow palette
๐ป Autumn Ember Glow color palette CSS
/* CSS */
.color-1 {
color: #9c2007;
}
.color-2 {
color: #d95c26;
}
.color-3 {
color: #f3a23f;
}
.color-4 {
color: #fce99c;
}
.color-5 {
color: #f0e2a3;
}
/* CSS Variables */
:root {
--color-1: #9c2007;
--color-2: #d95c26;
--color-3: #f3a23f;
--color-4: #fce99c;
--color-5: #f0e2a3;
}
๐ Autumn Ember Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c2007, #d95c26, #f3a23f, #fce99c, #f0e2a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c2007, #d95c26, #f3a23f, #fce99c, #f0e2a3);
}
๐ Explore similar color palettes
Autumn Ember Glow color palette created on .