Autumnal Earthtones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumnal Earthtones palette
Autumnal Earthtones color palette CSS
/* CSS */
.color-1 {
color: #f1b24b;
}
.color-2 {
color: #9d8062;
}
.color-3 {
color: #9c6c40;
}
.color-4 {
color: #80644d;
}
.color-5 {
color: #6a5639;
}
/* CSS Variables */
:root {
--color-1: #f1b24b;
--color-2: #9d8062;
--color-3: #9c6c40;
--color-4: #80644d;
--color-5: #6a5639;
}
Autumnal Earthtones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b24b, #9d8062, #9c6c40, #80644d, #6a5639);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b24b, #9d8062, #9c6c40, #80644d, #6a5639);
}
Similar color palettes
Autumnal Earthtones color palette created on .