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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Warm Earth color palette created on .