Muted Brown Color Palette

Discover the beautiful Muted Brown color palette featuring cloudy (#b1aaa0), bone (#e1d6c1), coral reef (#c8b3a3), pharlap (#a07b6e) and matterhorn (#4e3c3b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Earthy, Autumn, Neutral, Soft 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 Brown palette

Share this palette to:

💻 Muted Brown color palette CSS

/* CSS */
.color-1 {
color: #b1aaa0;
}
.color-2 {
color: #e1d6c1;
}
.color-3 {
color: #c8b3a3;
}
.color-4 {
color: #a07b6e;
}
.color-5 {
color: #4e3c3b;
}

/* CSS Variables */
:root {
--color-1: #b1aaa0;
--color-2: #e1d6c1;
--color-3: #c8b3a3;
--color-4: #a07b6e;
--color-5: #4e3c3b;
}

🌈 Muted Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1aaa0, #e1d6c1, #c8b3a3, #a07b6e, #4e3c3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1aaa0, #e1d6c1, #c8b3a3, #a07b6e, #4e3c3b);
}

Muted Brown color palette created on .