Boho Nature Color Palette

Discover the beautiful Boho Nature color palette featuring highland (#7b9b69), spring rain (#9fc6a3), mint julep (#f2e8c4), cashmere (#e4b49b) and japonica (#d78060).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBoho, Cream, Earthy, Green, Light, Nature, Orange, Soft, Summer, Vibrant 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 Boho Nature palette

Share this palette to:

💻 Boho Nature color palette CSS

/* CSS */
.color-1 {
color: #7b9b69;
}
.color-2 {
color: #9fc6a3;
}
.color-3 {
color: #f2e8c4;
}
.color-4 {
color: #e4b49b;
}
.color-5 {
color: #d78060;
}

/* CSS Variables */
:root {
--color-1: #7b9b69;
--color-2: #9fc6a3;
--color-3: #f2e8c4;
--color-4: #e4b49b;
--color-5: #d78060;
}

🌈 Boho Nature background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b9b69, #9fc6a3, #f2e8c4, #e4b49b, #d78060);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b9b69, #9fc6a3, #f2e8c4, #e4b49b, #d78060);
}

Boho Nature color palette created on .