70s Boho Color Palette

Discover the beautiful 70s Boho color palette featuring porsche (#e6b85b), new york pink (#d46e6f), bouquet (#a56f9f), highland (#698c5a) and breaker bay (#4b9b8a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with70s, Boho, Earthy, Vibrant, Bright, Amber, Green, Pink, Yellow 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 Boho palette

Share this palette to:

💻 70s Boho color palette CSS

/* CSS */
.color-1 {
color: #e6b85b;
}
.color-2 {
color: #d46e6f;
}
.color-3 {
color: #a56f9f;
}
.color-4 {
color: #698c5a;
}
.color-5 {
color: #4b9b8a;
}

/* CSS Variables */
:root {
--color-1: #e6b85b;
--color-2: #d46e6f;
--color-3: #a56f9f;
--color-4: #698c5a;
--color-5: #4b9b8a;
}

🌈 70s Boho background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b85b, #d46e6f, #a56f9f, #698c5a, #4b9b8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b85b, #d46e6f, #a56f9f, #698c5a, #4b9b8a);
}

70s Boho color palette created on .