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: #2b2b2b;
}
.color-2 {
color: #a89b7a;
}
.color-3 {
color: #a5a58d;
}
.color-4 {
color: #54543b;
}
.color-5 {
color: #8a906f;
}

/* CSS Variables */
:root {
--color-1: #2b2b2b;
--color-2: #a89b7a;
--color-3: #a5a58d;
--color-4: #54543b;
--color-5: #8a906f;
}

Earthy Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b2b2b, #a89b7a, #a5a58d, #54543b, #8a906f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b2b2b, #a89b7a, #a5a58d, #54543b, #8a906f);
}

Earthy Elegance color palette created on .