Autumn Harvest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn Harvest palette
Autumn Harvest color palette CSS
/* CSS */
.color-1 {
color: #f4cf3e;
}
.color-2 {
color: #d89c3b;
}
.color-3 {
color: #c46d4a;
}
.color-4 {
color: #a9613d;
}
.color-5 {
color: #8f5c3d;
}
/* CSS Variables */
:root {
--color-1: #f4cf3e;
--color-2: #d89c3b;
--color-3: #c46d4a;
--color-4: #a9613d;
--color-5: #8f5c3d;
}
Autumn Harvest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4cf3e, #d89c3b, #c46d4a, #a9613d, #8f5c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4cf3e, #d89c3b, #c46d4a, #a9613d, #8f5c3d);
}
Similar color palettes
Autumn Harvest color palette created on .