Boho Color Palette
Discover the beautiful Boho color palette featuring petite orchid (#daa78b), calico (#e4c8a0), sidecar (#f3e5b4), manhattan (#f6baa2) and charm (#d57c9a).
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 Boho palette
💻 Boho color palette CSS
/* CSS */
.color-1 {
color: #daa78b;
}
.color-2 {
color: #e4c8a0;
}
.color-3 {
color: #f3e5b4;
}
.color-4 {
color: #f6baa2;
}
.color-5 {
color: #d57c9a;
}
/* CSS Variables */
:root {
--color-1: #daa78b;
--color-2: #e4c8a0;
--color-3: #f3e5b4;
--color-4: #f6baa2;
--color-5: #d57c9a;
}
🌈 Boho background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #daa78b, #e4c8a0, #f3e5b4, #f6baa2, #d57c9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #daa78b, #e4c8a0, #f3e5b4, #f6baa2, #d57c9a);
}
🔗 Explore similar color palettes
Boho color palette created on .