Earthy Browns Color Palette

Discover the beautiful Earthy Browns color palette featuring black marlin (#3b2a1b), quincy (#5b3d2a), ironstone (#7a4d38), leather (#a06b54) and tan (#d1aa7a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Dark, Earthy, Nature, Neutral, Soft, Warm, Wood 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 Earthy Browns palette

Share this palette to:

💻 Earthy Browns color palette CSS

/* CSS */
.color-1 {
color: #3b2a1b;
}
.color-2 {
color: #5b3d2a;
}
.color-3 {
color: #7a4d38;
}
.color-4 {
color: #a06b54;
}
.color-5 {
color: #d1aa7a;
}

/* CSS Variables */
:root {
--color-1: #3b2a1b;
--color-2: #5b3d2a;
--color-3: #7a4d38;
--color-4: #a06b54;
--color-5: #d1aa7a;
}

🌈 Earthy Browns background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2a1b, #5b3d2a, #7a4d38, #a06b54, #d1aa7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2a1b, #5b3d2a, #7a4d38, #a06b54, #d1aa7a);
}

Earthy Browns color palette created on .