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 CSS

/* CSS */
.color-1 {
color: #e6dab7;
}
.color-2 {
color: #a79c7b;
}
.color-3 {
color: #8d7230;
}
.color-4 {
color: #706a5c;
}
.color-5 {
color: #58451d;
}

/* CSS Variables */
:root {
--color-1: #e6dab7;
--color-2: #a79c7b;
--color-3: #8d7230;
--color-4: #706a5c;
--color-5: #58451d;
}

Earthy Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6dab7, #a79c7b, #8d7230, #706a5c, #58451d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6dab7, #a79c7b, #8d7230, #706a5c, #58451d);
}

Similar color palettes

Scroll down to explore 1 Beige color palette

Earthy Harmony color palette created on .