Earthy Boho Color Palette
Discover the beautiful Earthy Boho color palette featuring cape palliser (#a87d3e), cameo (#d4ba9b), rodeo dust (#c6b19a), shadow (#8f6d4d) and judge gray (#4b3c2a).
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 Earthy Boho palette
💻 Earthy Boho color palette CSS
/* CSS */
.color-1 {
color: #a87d3e;
}
.color-2 {
color: #d4ba9b;
}
.color-3 {
color: #c6b19a;
}
.color-4 {
color: #8f6d4d;
}
.color-5 {
color: #4b3c2a;
}
/* CSS Variables */
:root {
--color-1: #a87d3e;
--color-2: #d4ba9b;
--color-3: #c6b19a;
--color-4: #8f6d4d;
--color-5: #4b3c2a;
}
🌈 Earthy Boho background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a87d3e, #d4ba9b, #c6b19a, #8f6d4d, #4b3c2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a87d3e, #d4ba9b, #c6b19a, #8f6d4d, #4b3c2a);
}
🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Earthy Boho color palette created on .