70s Nature Boho Color Palette

Discover the beautiful 70s Nature Boho color palette featuring asparagus (#7d9c63), rainee (#b6c8a7), hampton (#e5d6a9), equator (#e4c26c) and tussock (#c47f4a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with70s, Nature, Boho, Green, Earthy, Yellow, Brown, Soft, Vintage, Warm 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 70s Nature Boho palette

Share this palette to:

💻 70s Nature Boho color palette CSS

/* CSS */
.color-1 {
color: #7d9c63;
}
.color-2 {
color: #b6c8a7;
}
.color-3 {
color: #e5d6a9;
}
.color-4 {
color: #e4c26c;
}
.color-5 {
color: #c47f4a;
}

/* CSS Variables */
:root {
--color-1: #7d9c63;
--color-2: #b6c8a7;
--color-3: #e5d6a9;
--color-4: #e4c26c;
--color-5: #c47f4a;
}

🌈 70s Nature Boho background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d9c63, #b6c8a7, #e5d6a9, #e4c26c, #c47f4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d9c63, #b6c8a7, #e5d6a9, #e4c26c, #c47f4a);
}

70s Nature Boho color palette created on .