Brown Earth Color Palette

Discover the beautiful Brown Earth color palette featuring brandy (#d9b18c), indian khaki (#c0ae8c), teak (#b78c6c), roman coffee (#7a5b4d) and lisbon brown (#493927).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Earthy, Wood, 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 Brown Earth palette

Share this palette to:

💻 Brown Earth color palette CSS

/* CSS */
.color-1 {
color: #d9b18c;
}
.color-2 {
color: #c0ae8c;
}
.color-3 {
color: #b78c6c;
}
.color-4 {
color: #7a5b4d;
}
.color-5 {
color: #493927;
}

/* CSS Variables */
:root {
--color-1: #d9b18c;
--color-2: #c0ae8c;
--color-3: #b78c6c;
--color-4: #7a5b4d;
--color-5: #493927;
}

🌈 Brown Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b18c, #c0ae8c, #b78c6c, #7a5b4d, #493927);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b18c, #c0ae8c, #b78c6c, #7a5b4d, #493927);
}

Brown Earth color palette created on .