Muted Boho Bliss Color Palette

Discover the beautiful Muted Boho Bliss color palette featuring bison hide (#c5b8a5), donkey brown (#a68c7d), russett (#7a5c57), malta (#beae9d) and cashmere (#e2c2a6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBoho, Muted, Earthy, Nature, Soft, Beige, Brown, Cream, Warm, Autumn 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 Muted Boho Bliss palette

Share this palette to:

💻 Muted Boho Bliss color palette CSS

/* CSS */
.color-1 {
color: #c5b8a5;
}
.color-2 {
color: #a68c7d;
}
.color-3 {
color: #7a5c57;
}
.color-4 {
color: #beae9d;
}
.color-5 {
color: #e2c2a6;
}

/* CSS Variables */
:root {
--color-1: #c5b8a5;
--color-2: #a68c7d;
--color-3: #7a5c57;
--color-4: #beae9d;
--color-5: #e2c2a6;
}

🌈 Muted Boho Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5b8a5, #a68c7d, #7a5c57, #beae9d, #e2c2a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5b8a5, #a68c7d, #7a5c57, #beae9d, #e2c2a6);
}

Muted Boho Bliss color palette created on .