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: #d0c5b4;
}
.color-2 {
color: #b7a99a;
}
.color-3 {
color: #998c80;
}
.color-4 {
color: #7c746e;
}
.color-5 {
color: #5b4b43;
}

/* CSS Variables */
:root {
--color-1: #d0c5b4;
--color-2: #b7a99a;
--color-3: #998c80;
--color-4: #7c746e;
--color-5: #5b4b43;
}

Earthy Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0c5b4, #b7a99a, #998c80, #7c746e, #5b4b43);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0c5b4, #b7a99a, #998c80, #7c746e, #5b4b43);
}

Earthy Elegance color palette created on .