Earthbound Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthbound Elegance palette
Earthbound Elegance color palette CSS
/* CSS */
.color-1 {
color: #d8d3c5;
}
.color-2 {
color: #b6a99a;
}
.color-3 {
color: #a28e7c;
}
.color-4 {
color: #795b4e;
}
.color-5 {
color: #4a3c3a;
}
/* CSS Variables */
:root {
--color-1: #d8d3c5;
--color-2: #b6a99a;
--color-3: #a28e7c;
--color-4: #795b4e;
--color-5: #4a3c3a;
}
Earthbound Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8d3c5, #b6a99a, #a28e7c, #795b4e, #4a3c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8d3c5, #b6a99a, #a28e7c, #795b4e, #4a3c3a);
}
Similar color palettes
Scroll down to explore 300+ Earthy color palettes
Earthbound Elegance color palette created on .