Warm Earthy Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Earthy Tones palette
Warm Earthy Tones color palette CSS
/* CSS */
.color-1 {
color: #f2d7c0;
}
.color-2 {
color: #f4b943;
}
.color-3 {
color: #e77e23;
}
.color-4 {
color: #d6613d;
}
.color-5 {
color: #96603c;
}
/* CSS Variables */
:root {
--color-1: #f2d7c0;
--color-2: #f4b943;
--color-3: #e77e23;
--color-4: #d6613d;
--color-5: #96603c;
}
Warm Earthy Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d7c0, #f4b943, #e77e23, #d6613d, #96603c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d7c0, #f4b943, #e77e23, #d6613d, #96603c);
}
Similar color palettes
Warm Earthy Tones color palette created on .