Warm Earth Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Earth Tones palette
Warm Earth Tones color palette CSS
/* CSS */
.color-1 {
color: #914f3b;
}
.color-2 {
color: #d29d79;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #f08400;
}
.color-5 {
color: #e26c4b;
}
/* CSS Variables */
:root {
--color-1: #914f3b;
--color-2: #d29d79;
--color-3: #f1c84b;
--color-4: #f08400;
--color-5: #e26c4b;
}
Warm Earth Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #914f3b, #d29d79, #f1c84b, #f08400, #e26c4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #914f3b, #d29d79, #f1c84b, #f08400, #e26c4b);
}
Similar color palettes
Warm Earth Tones color palette created on .