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: #4d332d;
}
.color-2 {
color: #7c5b46;
}
.color-3 {
color: #bfa669;
}
.color-4 {
color: #f1e0b1;
}
.color-5 {
color: #e3b8a1;
}

/* CSS Variables */
:root {
--color-1: #4d332d;
--color-2: #7c5b46;
--color-3: #bfa669;
--color-4: #f1e0b1;
--color-5: #e3b8a1;
}

Earthy Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d332d, #7c5b46, #bfa669, #f1e0b1, #e3b8a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d332d, #7c5b46, #bfa669, #f1e0b1, #e3b8a1);
}

Earthy Elegance color palette created on .