Warm Earth Color Palette

Discover the beautiful Warm Earth color palette featuring brown rust (#ab603c), calico (#e1b292), copperfield (#d9956d), tumbleweed (#d8b278) and antique brass (#cc8e68).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Apricot, Beige, Brown, Copper, Earthy, Muted, Orange, Tan, 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 Warm Earth palette

Share this palette to:

๐Ÿ’ป Warm Earth color palette CSS

/* CSS */
.color-1 {
color: #ab603c;
}
.color-2 {
color: #e1b292;
}
.color-3 {
color: #d9956d;
}
.color-4 {
color: #d8b278;
}
.color-5 {
color: #cc8e68;
}

/* CSS Variables */
:root {
--color-1: #ab603c;
--color-2: #e1b292;
--color-3: #d9956d;
--color-4: #d8b278;
--color-5: #cc8e68;
}

๐ŸŒˆ Warm Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ab603c, #e1b292, #d9956d, #d8b278, #cc8e68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ab603c, #e1b292, #d9956d, #d8b278, #cc8e68);
}

Warm Earth color palette created on .