Warm Earthtones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Earthtones palette
Warm Earthtones color palette CSS
/* CSS */
.color-1 {
color: #f3a949;
}
.color-2 {
color: #d75f28;
}
.color-3 {
color: #a7492a;
}
.color-4 {
color: #693b3a;
}
.color-5 {
color: #395c79;
}
/* CSS Variables */
:root {
--color-1: #f3a949;
--color-2: #d75f28;
--color-3: #a7492a;
--color-4: #693b3a;
--color-5: #395c79;
}
Warm Earthtones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a949, #d75f28, #a7492a, #693b3a, #395c79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a949, #d75f28, #a7492a, #693b3a, #395c79);
}
Similar color palettes
Scroll down to explore 100+ Autumn color palettes
Warm Earthtones color palette created on .