Earthy Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Elegance palette
Download Earthy Elegance Color Palette (PNG)
Earthy Elegance color palette CSS
/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #7a4c2a;
}
.color-3 {
color: #8a5a2e;
}
.color-4 {
color: #f3cebf;
}
.color-5 {
color: #7e4d3a;
}
/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #7a4c2a;
--color-3: #8a5a2e;
--color-4: #f3cebf;
--color-5: #7e4d3a;
}
Earthy Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #7a4c2a, #8a5a2e, #f3cebf, #7e4d3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #7a4c2a, #8a5a2e, #f3cebf, #7e4d3a);
}
Similar color palettes
Earthy Elegance color palette created on .