Autumn Ember Color Palette
Discover the beautiful Autumn Ember color palette featuring casablanca (#f7c94b), carrot orange (#f48a1f), trinidad (#f05b05), flush mahogany (#c53c30) and mexican red (#a62b2b).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBright, Orange, Red, Yellow, Cool Summer 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
UI Examples
Explore beautiful UI components with Autumn Ember palette
💻 Autumn Ember color palette CSS
/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #f48a1f;
}
.color-3 {
color: #f05b05;
}
.color-4 {
color: #c53c30;
}
.color-5 {
color: #a62b2b;
}
/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f48a1f;
--color-3: #f05b05;
--color-4: #c53c30;
--color-5: #a62b2b;
}
🌈 Autumn Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f48a1f, #f05b05, #c53c30, #a62b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f48a1f, #f05b05, #c53c30, #a62b2b);
}
🔗 Explore similar color palettes
Autumn Ember color palette created on .