Muted Brown Color Palette

Discover the beautiful Muted Brown color palette featuring russett (#805b5b), ferra (#6b4c4c), whiskey (#d6a176), indian khaki (#bfae8d) and cutty sark (#4c7b7b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Warm, Autumn, Muted, Retro 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: #805b5b;
}
.color-2 {
color: #6b4c4c;
}
.color-3 {
color: #d6a176;
}
.color-4 {
color: #bfae8d;
}
.color-5 {
color: #4c7b7b;
}

/* CSS Variables */
:root {
--color-1: #805b5b;
--color-2: #6b4c4c;
--color-3: #d6a176;
--color-4: #bfae8d;
--color-5: #4c7b7b;
}

🌈 Muted Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #805b5b, #6b4c4c, #d6a176, #bfae8d, #4c7b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #805b5b, #6b4c4c, #d6a176, #bfae8d, #4c7b7b);
}

Muted Brown color palette created on .