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: #5c3b28;
}
.color-2 {
color: #7a5a4d;
}
.color-3 {
color: #a77d62;
}
.color-4 {
color: #c4a66e;
}
.color-5 {
color: #e2c8b1;
}
/* CSS Variables */
:root {
--color-1: #5c3b28;
--color-2: #7a5a4d;
--color-3: #a77d62;
--color-4: #c4a66e;
--color-5: #e2c8b1;
}
Earthy Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3b28, #7a5a4d, #a77d62, #c4a66e, #e2c8b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3b28, #7a5a4d, #a77d62, #c4a66e, #e2c8b1);
}
Similar color palettes
Earthy Elegance color palette created on .