Warm Brown Color Palette

Discover the beautiful Warm Brown color palette featuring ironstone (#794a39), coral tree (#b47b6e), gold sand (#e4b68b), tacha (#d6c57a) and coral tree (#a86e5d).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Warm Brown color palette CSS

/* CSS */
.color-1 {
color: #794a39;
}
.color-2 {
color: #b47b6e;
}
.color-3 {
color: #e4b68b;
}
.color-4 {
color: #d6c57a;
}
.color-5 {
color: #a86e5d;
}

/* CSS Variables */
:root {
--color-1: #794a39;
--color-2: #b47b6e;
--color-3: #e4b68b;
--color-4: #d6c57a;
--color-5: #a86e5d;
}

🌈 Warm Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794a39, #b47b6e, #e4b68b, #d6c57a, #a86e5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794a39, #b47b6e, #e4b68b, #d6c57a, #a86e5d);
}

Warm Brown color palette created on .