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: #5b3a29;
}
.color-2 {
color: #7e5b4e;
}
.color-3 {
color: #a78c6c;
}
.color-4 {
color: #d1b69f;
}
.color-5 {
color: #e3c9b5;
}

/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #7e5b4e;
--color-3: #a78c6c;
--color-4: #d1b69f;
--color-5: #e3c9b5;
}

Earthy Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #7e5b4e, #a78c6c, #d1b69f, #e3c9b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #7e5b4e, #a78c6c, #d1b69f, #e3c9b5);
}

Earthy Elegance color palette created on .