Earthy Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthy Elegance palette

Share this palette to:

Earthy Elegance color palette CSS

/* CSS */
.color-1 {
color: #5c4f47;
}
.color-2 {
color: #796963;
}
.color-3 {
color: #a78a7b;
}
.color-4 {
color: #d8c2b1;
}
.color-5 {
color: #f3e1d3;
}

/* CSS Variables */
:root {
--color-1: #5c4f47;
--color-2: #796963;
--color-3: #a78a7b;
--color-4: #d8c2b1;
--color-5: #f3e1d3;
}

Earthy Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4f47, #796963, #a78a7b, #d8c2b1, #f3e1d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4f47, #796963, #a78a7b, #d8c2b1, #f3e1d3);
}

Earthy Elegance color palette created on .