Shades of Brown Color Palette

Discover the beautiful Shades of Brown color palette featuring whiskey (#d79b70), muesli (#a87b5d), siam (#5c6a4d), cabbage pont (#3e4b3a) and oxford blue (#2d3949).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Autumn, Brown, Green, Forest 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: #d79b70;
}
.color-2 {
color: #a87b5d;
}
.color-3 {
color: #5c6a4d;
}
.color-4 {
color: #3e4b3a;
}
.color-5 {
color: #2d3949;
}

/* CSS Variables */
:root {
--color-1: #d79b70;
--color-2: #a87b5d;
--color-3: #5c6a4d;
--color-4: #3e4b3a;
--color-5: #2d3949;
}

🌈 Shades of Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d79b70, #a87b5d, #5c6a4d, #3e4b3a, #2d3949);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d79b70, #a87b5d, #5c6a4d, #3e4b3a, #2d3949);
}

Shades of Brown color palette created on .