Autumn's Ember Glow Color Palette
Discover the beautiful Autumn's Ember Glow color palette featuring sunflower (#e6ca19), indian khaki (#c2b494), cinnabar (#e24728), ferra (#6b4750) and red (#ed070f).
Brightness
Saturation
Warmth
💡 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
UI Examples
Explore beautiful UI components with Autumn's Ember Glow palette
💻 Autumn's Ember Glow color palette CSS
/* CSS */
.color-1 {
color: #e6ca19;
}
.color-2 {
color: #c2b494;
}
.color-3 {
color: #e24728;
}
.color-4 {
color: #6b4750;
}
.color-5 {
color: #ed070f;
}
/* CSS Variables */
:root {
--color-1: #e6ca19;
--color-2: #c2b494;
--color-3: #e24728;
--color-4: #6b4750;
--color-5: #ed070f;
} 🌈 Autumn's Ember Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6ca19, #c2b494, #e24728, #6b4750, #ed070f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6ca19, #c2b494, #e24728, #6b4750, #ed070f);
} 🔗 Explore similar color palettes
Autumn's Ember Glow color palette created on .