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: #f3f2f1;
}
.color-2 {
color: #292219;
}
.color-3 {
color: #927a5d;
}
.color-4 {
color: #c4bdb1;
}
.color-5 {
color: #4e4f3b;
}

/* CSS Variables */
:root {
--color-1: #f3f2f1;
--color-2: #292219;
--color-3: #927a5d;
--color-4: #c4bdb1;
--color-5: #4e4f3b;
}

Earthy Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3f2f1, #292219, #927a5d, #c4bdb1, #4e4f3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3f2f1, #292219, #927a5d, #c4bdb1, #4e4f3b);
}

Earthy Elegance color palette created on .