Natural Earth Color Palette
Discover the beautiful Natural Earth color palette featuring kumera (#895b29), twine (#c1996c), new orleans (#f2d4a6), potters clay (#8d5a3a) and mondo (#4e3b31).
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 Natural Earth palette
💻 Natural Earth color palette CSS
/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #c1996c;
}
.color-3 {
color: #f2d4a6;
}
.color-4 {
color: #8d5a3a;
}
.color-5 {
color: #4e3b31;
}
/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #c1996c;
--color-3: #f2d4a6;
--color-4: #8d5a3a;
--color-5: #4e3b31;
}
🌈 Natural Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #c1996c, #f2d4a6, #8d5a3a, #4e3b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #c1996c, #f2d4a6, #8d5a3a, #4e3b31);
}
🔗 Explore similar color palettes
Natural Earth color palette created on .