Earthy Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Elegance palette
Image Gallery

Earthy Elegance color palette CSS
/* CSS */
.color-1 {
color: #c1b7a9;
}
.color-2 {
color: #6e5445;
}
.color-3 {
color: #445931;
}
.color-4 {
color: #8d786d;
}
.color-5 {
color: #db997b;
}
/* CSS Variables */
:root {
--color-1: #c1b7a9;
--color-2: #6e5445;
--color-3: #445931;
--color-4: #8d786d;
--color-5: #db997b;
}
Earthy Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1b7a9, #6e5445, #445931, #8d786d, #db997b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1b7a9, #6e5445, #445931, #8d786d, #db997b);
}
Similar color palettes
Scroll down to explore 400+ Beige color palettes
Earthy Elegance color palette created on .