Brown Earth Color Palette
Discover the beautiful Brown Earth color palette featuring mondo (#4e3b31), spicy mix (#8b5b46), twine (#c0a36d), akaroa (#d5c9a5) and hampton (#e7e0b1).
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 Brown Earth palette
💻 Brown Earth color palette CSS
/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #8b5b46;
}
.color-3 {
color: #c0a36d;
}
.color-4 {
color: #d5c9a5;
}
.color-5 {
color: #e7e0b1;
}
/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #8b5b46;
--color-3: #c0a36d;
--color-4: #d5c9a5;
--color-5: #e7e0b1;
}
🌈 Brown Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #8b5b46, #c0a36d, #d5c9a5, #e7e0b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #8b5b46, #c0a36d, #d5c9a5, #e7e0b1);
}
🔗 Explore similar color palettes
Brown Earth color palette created on .