Dusty Brown Color Palette

Discover the beautiful Dusty Brown color palette featuring bison hide (#c4b6a6), malta (#b7a89a), donkey brown (#a58d7e), roman coffee (#795a4e) and judge gray (#4c3b2a).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Dusty Brown color palette CSS

/* CSS */
.color-1 {
color: #c4b6a6;
}
.color-2 {
color: #b7a89a;
}
.color-3 {
color: #a58d7e;
}
.color-4 {
color: #795a4e;
}
.color-5 {
color: #4c3b2a;
}

/* CSS Variables */
:root {
--color-1: #c4b6a6;
--color-2: #b7a89a;
--color-3: #a58d7e;
--color-4: #795a4e;
--color-5: #4c3b2a;
}

🌈 Dusty Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4b6a6, #b7a89a, #a58d7e, #795a4e, #4c3b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4b6a6, #b7a89a, #a58d7e, #795a4e, #4c3b2a);
}

Dusty Brown color palette created on .