Earthy Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Tones palette
Download Earthy Tones Color Palette (PNG)
Earthy Tones color palette CSS
/* CSS */
.color-1 {
color: #7c4d1d;
}
.color-2 {
color: #32814f;
}
.color-3 {
color: #a4c8df;
}
.color-4 {
color: #2b3d50;
}
.color-5 {
color: #6c4c41;
}
/* CSS Variables */
:root {
--color-1: #7c4d1d;
--color-2: #32814f;
--color-3: #a4c8df;
--color-4: #2b3d50;
--color-5: #6c4c41;
}
Earthy Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c4d1d, #32814f, #a4c8df, #2b3d50, #6c4c41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c4d1d, #32814f, #a4c8df, #2b3d50, #6c4c41);
}
Similar color palettes
Earthy Tones color palette created on .