Earthy Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Tones palette
Color Inspiration
Images that showcase this color palette in real designs
Download Earthy Tones Color Palette (PNG)
Earthy Tones color palette CSS
/* CSS */
.color-1 {
color: #d8d0c5;
}
.color-2 {
color: #777e83;
}
.color-3 {
color: #181b1b;
}
.color-4 {
color: #a19e97;
}
.color-5 {
color: #7f7666;
}
/* CSS Variables */
:root {
--color-1: #d8d0c5;
--color-2: #777e83;
--color-3: #181b1b;
--color-4: #a19e97;
--color-5: #7f7666;
}
Earthy Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8d0c5, #777e83, #181b1b, #a19e97, #7f7666);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8d0c5, #777e83, #181b1b, #a19e97, #7f7666);
}
Similar color palettes
Earthy Tones color palette created on .