Natural Earth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Natural Earth palette
Color Inspiration
Images that showcase this color palette in real designs
Download Natural Earth Color Palette (PNG)
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);
}
Similar color palettes
Natural Earth color palette created on .