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: #c2b2b9;
}
.color-2 {
color: #b3938f;
}
.color-3 {
color: #9c7568;
}
.color-4 {
color: #af6f0d;
}
.color-5 {
color: #6f554d;
}

/* CSS Variables */
:root {
--color-1: #c2b2b9;
--color-2: #b3938f;
--color-3: #9c7568;
--color-4: #af6f0d;
--color-5: #6f554d;
}

Earthy Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b2b9, #b3938f, #9c7568, #af6f0d, #6f554d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b2b9, #b3938f, #9c7568, #af6f0d, #6f554d);
}

Earthy Elegance color palette created on .