Embers and Ashes Color Palette
Discover the beautiful Embers and Ashes color palette featuring mojo (#c24d3d), harvest gold (#e5b97b), new orleans (#f2d0a6), moss green (#c4e4b9) and glade green (#5f8b5b).
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 Embers and Ashes palette
💻 Embers and Ashes color palette CSS
/* CSS */
.color-1 {
color: #c24d3d;
}
.color-2 {
color: #e5b97b;
}
.color-3 {
color: #f2d0a6;
}
.color-4 {
color: #c4e4b9;
}
.color-5 {
color: #5f8b5b;
}
/* CSS Variables */
:root {
--color-1: #c24d3d;
--color-2: #e5b97b;
--color-3: #f2d0a6;
--color-4: #c4e4b9;
--color-5: #5f8b5b;
}
🌈 Embers and Ashes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c24d3d, #e5b97b, #f2d0a6, #c4e4b9, #5f8b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c24d3d, #e5b97b, #f2d0a6, #c4e4b9, #5f8b5b);
}
🔗 Explore similar color palettes
Embers and Ashes color palette created on .