Embered Earth Color Palette
Discover the beautiful Embered Earth color palette featuring chestnut (#b75c4e), copper rust (#a14f4f), antique brass (#c77c57), gold sand (#e9b395) and dairy cream (#f8d5b4).
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 Embered Earth palette
💻 Embered Earth color palette CSS
/* CSS */
.color-1 {
color: #b75c4e;
}
.color-2 {
color: #a14f4f;
}
.color-3 {
color: #c77c57;
}
.color-4 {
color: #e9b395;
}
.color-5 {
color: #f8d5b4;
}
/* CSS Variables */
:root {
--color-1: #b75c4e;
--color-2: #a14f4f;
--color-3: #c77c57;
--color-4: #e9b395;
--color-5: #f8d5b4;
}
🌈 Embered Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b75c4e, #a14f4f, #c77c57, #e9b395, #f8d5b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b75c4e, #a14f4f, #c77c57, #e9b395, #f8d5b4);
}
🔗 Explore similar color palettes
Embered Earth color palette created on .