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: #b3d0c6;
}
.color-2 {
color: #ae8d7e;
}
.color-3 {
color: #5a908b;
}
.color-4 {
color: #8b655b;
}
.color-5 {
color: #65463e;
}
/* CSS Variables */
:root {
--color-1: #b3d0c6;
--color-2: #ae8d7e;
--color-3: #5a908b;
--color-4: #8b655b;
--color-5: #65463e;
}
Earthy Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3d0c6, #ae8d7e, #5a908b, #8b655b, #65463e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3d0c6, #ae8d7e, #5a908b, #8b655b, #65463e);
}
Similar color palettes
Scroll down to explore 1 Soft green color palette
Earthy Elegance color palette created on .