Warm Earth Tones Color Palette

Discover the beautiful Warm Earth Tones color palette featuring crail (#c56b44), tumbleweed (#e1a789), cameo (#d6b99e), pampas (#f3f0ec) and dingley (#6e814b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Orange, Green, Soft 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 Earth Tones palette

Share this palette to:

💻 Warm Earth Tones color palette CSS

/* CSS */
.color-1 {
color: #c56b44;
}
.color-2 {
color: #e1a789;
}
.color-3 {
color: #d6b99e;
}
.color-4 {
color: #f3f0ec;
}
.color-5 {
color: #6e814b;
}

/* CSS Variables */
:root {
--color-1: #c56b44;
--color-2: #e1a789;
--color-3: #d6b99e;
--color-4: #f3f0ec;
--color-5: #6e814b;
}

🌈 Warm Earth Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c56b44, #e1a789, #d6b99e, #f3f0ec, #6e814b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c56b44, #e1a789, #d6b99e, #f3f0ec, #6e814b);
}

Warm Earth Tones color palette created on .