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: #825c3a;
}
.color-2 {
color: #c19b6c;
}
.color-3 {
color: #d3b99c;
}
.color-4 {
color: #e8c8a1;
}
.color-5 {
color: #f4e2d7;
}

/* CSS Variables */
:root {
--color-1: #825c3a;
--color-2: #c19b6c;
--color-3: #d3b99c;
--color-4: #e8c8a1;
--color-5: #f4e2d7;
}

Earthy Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #825c3a, #c19b6c, #d3b99c, #e8c8a1, #f4e2d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #825c3a, #c19b6c, #d3b99c, #e8c8a1, #f4e2d7);
}

Earthy Elegance color palette created on .