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: #734a12;
}
.color-2 {
color: #895b29;
}
.color-3 {
color: #a87a4d;
}
.color-4 {
color: #d5b68b;
}
.color-5 {
color: #ead6c2;
}
/* CSS Variables */
:root {
--color-1: #734a12;
--color-2: #895b29;
--color-3: #a87a4d;
--color-4: #d5b68b;
--color-5: #ead6c2;
}
Earthy Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #734a12, #895b29, #a87a4d, #d5b68b, #ead6c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #734a12, #895b29, #a87a4d, #d5b68b, #ead6c2);
}
Similar color palettes
Scroll down to explore 300+ Earthy color palettes
Earthy Elegance color palette created on .