Earthy Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Harmony palette
Color Inspiration
Images that showcase this color palette in real designs
Download Earthy Harmony Color Palette (PNG)
Earthy Harmony color palette CSS
/* CSS */
.color-1 {
color: #2f4b40;
}
.color-2 {
color: #b4c8a7;
}
.color-3 {
color: #f8d57c;
}
.color-4 {
color: #7b5b2d;
}
.color-5 {
color: #503b2b;
}
/* CSS Variables */
:root {
--color-1: #2f4b40;
--color-2: #b4c8a7;
--color-3: #f8d57c;
--color-4: #7b5b2d;
--color-5: #503b2b;
}
Earthy Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f4b40, #b4c8a7, #f8d57c, #7b5b2d, #503b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f4b40, #b4c8a7, #f8d57c, #7b5b2d, #503b2b);
}
Similar color palettes
Earthy Harmony color palette created on .