Earthy Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthy Harmony palette

Share this palette to:

Earthy Harmony color palette PNG image

Download earthy harmony color palette PNG image (landscape)
Download earthy harmony color palette PNG image (square)

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);
}

Earthy Harmony color palette created on .