Earthy Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Tones palette
Earthy Tones color palette CSS
/* CSS */
.color-1 {
color: #8c5a2b;
}
.color-2 {
color: #d0b749;
}
.color-3 {
color: #9f512d;
}
.color-4 {
color: #e6c16b;
}
.color-5 {
color: #c1d7a3;
}
/* CSS Variables */
:root {
--color-1: #8c5a2b;
--color-2: #d0b749;
--color-3: #9f512d;
--color-4: #e6c16b;
--color-5: #c1d7a3;
}
Earthy Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c5a2b, #d0b749, #9f512d, #e6c16b, #c1d7a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c5a2b, #d0b749, #9f512d, #e6c16b, #c1d7a3);
}
Similar color palettes
Scroll down to explore 300+ Earthy color palettes
Earthy Tones color palette created on .