Earthy Warmth Color Palette

Discover the beautiful Earthy Warmth color palette featuring quincy (#5b3a29), roman coffee (#795a44), leather (#a17359), twine (#c6996c) and brandy (#e0c59e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Earthy, Warm, Nature, Autumn, Neutral, Soft, Winter, Coastal, Modern 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 Warmth palette

Share this palette to:

💻 Earthy Warmth color palette CSS

/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #795a44;
}
.color-3 {
color: #a17359;
}
.color-4 {
color: #c6996c;
}
.color-5 {
color: #e0c59e;
}

/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #795a44;
--color-3: #a17359;
--color-4: #c6996c;
--color-5: #e0c59e;
}

🌈 Earthy Warmth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #795a44, #a17359, #c6996c, #e0c59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #795a44, #a17359, #c6996c, #e0c59e);
}

Earthy Warmth color palette created on .