Earthy Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Elegance palette
Earthy Elegance color palette CSS
/* CSS */
.color-1 {
color: #dcb29e;
}
.color-2 {
color: #9e928a;
}
.color-3 {
color: #787878;
}
.color-4 {
color: #90614c;
}
.color-5 {
color: #5a5a58;
}
/* CSS Variables */
:root {
--color-1: #dcb29e;
--color-2: #9e928a;
--color-3: #787878;
--color-4: #90614c;
--color-5: #5a5a58;
}
Earthy Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dcb29e, #9e928a, #787878, #90614c, #5a5a58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dcb29e, #9e928a, #787878, #90614c, #5a5a58);
}
Similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Earthy Elegance color palette created on .