Earthen Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthen Harmony palette

Share this palette to:

Earthen Harmony color palette CSS

/* CSS */
.color-1 {
color: #8c5a2b;
}
.color-2 {
color: #c2b180;
}
.color-3 {
color: #d7c49d;
}
.color-4 {
color: #e3c66d;
}
.color-5 {
color: #f3e9af;
}

/* CSS Variables */
:root {
--color-1: #8c5a2b;
--color-2: #c2b180;
--color-3: #d7c49d;
--color-4: #e3c66d;
--color-5: #f3e9af;
}

Earthen Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c5a2b, #c2b180, #d7c49d, #e3c66d, #f3e9af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c5a2b, #c2b180, #d7c49d, #e3c66d, #f3e9af);
}

Earthen Harmony color palette created on .