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