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: #c5c4c4;
}
.color-2 {
color: #3e3e42;
}
.color-3 {
color: #b49f8d;
}
.color-4 {
color: #a07554;
}
.color-5 {
color: #685045;
}

/* CSS Variables */
:root {
--color-1: #c5c4c4;
--color-2: #3e3e42;
--color-3: #b49f8d;
--color-4: #a07554;
--color-5: #685045;
}

Earthy Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5c4c4, #3e3e42, #b49f8d, #a07554, #685045);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5c4c4, #3e3e42, #b49f8d, #a07554, #685045);
}

Similar color palettes

Earthy Elegance color palette created on .