Rustic Earth Tones Color Palette
Discover the beautiful Rustic Earth Tones color palette featuring twine (#bc834e), donkey brown (#a08a73), pickled bean (#61371f), hemlock (#5d5b3c) and hampton (#e4cda5).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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 Rustic Earth Tones palette
💻 Rustic Earth Tones color palette CSS
/* CSS */
.color-1 {
color: #bc834e;
}
.color-2 {
color: #a08a73;
}
.color-3 {
color: #61371f;
}
.color-4 {
color: #5d5b3c;
}
.color-5 {
color: #e4cda5;
}
/* CSS Variables */
:root {
--color-1: #bc834e;
--color-2: #a08a73;
--color-3: #61371f;
--color-4: #5d5b3c;
--color-5: #e4cda5;
} 🌈 Rustic Earth Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bc834e, #a08a73, #61371f, #5d5b3c, #e4cda5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bc834e, #a08a73, #61371f, #5d5b3c, #e4cda5);
} Rustic Earth Tones color palette created on .