Dark Earth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Earth palette
Dark Earth color palette CSS
/* CSS */
.color-1 {
color: #2e2b29;
}
.color-2 {
color: #4e4b46;
}
.color-3 {
color: #78786d;
}
.color-4 {
color: #b0a05e;
}
.color-5 {
color: #d6c99f;
}
/* CSS Variables */
:root {
--color-1: #2e2b29;
--color-2: #4e4b46;
--color-3: #78786d;
--color-4: #b0a05e;
--color-5: #d6c99f;
}
Dark Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e2b29, #4e4b46, #78786d, #b0a05e, #d6c99f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e2b29, #4e4b46, #78786d, #b0a05e, #d6c99f);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Dark Earth color palette created on .