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: #5c3a23;
}
.color-2 {
color: #1d2567;
}
.color-3 {
color: #48333a;
}
.color-4 {
color: #b79e6c;
}
.color-5 {
color: #f1c84b;
}
/* CSS Variables */
:root {
--color-1: #5c3a23;
--color-2: #1d2567;
--color-3: #48333a;
--color-4: #b79e6c;
--color-5: #f1c84b;
}
Earthy Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3a23, #1d2567, #48333a, #b79e6c, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3a23, #1d2567, #48333a, #b79e6c, #f1c84b);
}
Similar color palettes
Earthy Tones color palette created on .