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: #5a3c2a;
}
.color-2 {
color: #765137;
}
.color-3 {
color: #a47551;
}
.color-4 {
color: #c1946c;
}
.color-5 {
color: #cea588;
}

/* CSS Variables */
:root {
--color-1: #5a3c2a;
--color-2: #765137;
--color-3: #a47551;
--color-4: #c1946c;
--color-5: #cea588;
}

Earthy Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a3c2a, #765137, #a47551, #c1946c, #cea588);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a3c2a, #765137, #a47551, #c1946c, #cea588);
}

Earthy Elegance color palette created on .