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: #895b29;
}
.color-2 {
color: #c39969;
}
.color-3 {
color: #ddc7a2;
}
.color-4 {
color: #4e3b31;
}
.color-5 {
color: #6a4b39;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #c39969;
--color-3: #ddc7a2;
--color-4: #4e3b31;
--color-5: #6a4b39;
}

Earthy Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #c39969, #ddc7a2, #4e3b31, #6a4b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #c39969, #ddc7a2, #4e3b31, #6a4b39);
}

Earthy Elegance color palette created on .