Autumn Ember Elegance Color Palette
Discover the beautiful Autumn Ember Elegance color palette featuring twine (#c4a25a), cashmere (#e7c0a6), porsche (#e4a86c), mexican red (#a62b2b) and raw sienna (#d1803d).
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 Ember Elegance palette
💻 Autumn Ember Elegance color palette CSS
/* CSS */
.color-1 {
color: #c4a25a;
}
.color-2 {
color: #e7c0a6;
}
.color-3 {
color: #e4a86c;
}
.color-4 {
color: #a62b2b;
}
.color-5 {
color: #d1803d;
}
/* CSS Variables */
:root {
--color-1: #c4a25a;
--color-2: #e7c0a6;
--color-3: #e4a86c;
--color-4: #a62b2b;
--color-5: #d1803d;
} 🌈 Autumn Ember Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4a25a, #e7c0a6, #e4a86c, #a62b2b, #d1803d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4a25a, #e7c0a6, #e4a86c, #a62b2b, #d1803d);
} 🔗 Explore similar color palettes
Autumn Ember Elegance color palette created on .