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: #cd5b32;
}
.color-2 {
color: #f29e4a;
}
.color-3 {
color: #f4c87b;
}
.color-4 {
color: #e7e7b1;
}
.color-5 {
color: #b2d9a1;
}
/* CSS Variables */
:root {
--color-1: #cd5b32;
--color-2: #f29e4a;
--color-3: #f4c87b;
--color-4: #e7e7b1;
--color-5: #b2d9a1;
}
Autumn Harvest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cd5b32, #f29e4a, #f4c87b, #e7e7b1, #b2d9a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cd5b32, #f29e4a, #f4c87b, #e7e7b1, #b2d9a1);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Autumn Harvest color palette created on .