Shades of Brown Color Palette

Discover the beautiful Shades of Brown color palette featuring mondo (#4e3b31), beaver (#8b6b5b), mongoose (#b89a7a), akaroa (#d2c4a3) and sidecar (#f2dfc0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Earthy, Nature, 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 Shades of Brown palette

Share this palette to:

💻 Shades of Brown color palette CSS

/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #8b6b5b;
}
.color-3 {
color: #b89a7a;
}
.color-4 {
color: #d2c4a3;
}
.color-5 {
color: #f2dfc0;
}

/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #8b6b5b;
--color-3: #b89a7a;
--color-4: #d2c4a3;
--color-5: #f2dfc0;
}

🌈 Shades of Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #8b6b5b, #b89a7a, #d2c4a3, #f2dfc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #8b6b5b, #b89a7a, #d2c4a3, #f2dfc0);
}

Shades of Brown color palette created on .