Autumn Harvest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn Harvest palette
Autumn Harvest color palette PNG image
Autumn Harvest color palette CSS
/* CSS */
.color-1 {
color: #f2b2a1;
}
.color-2 {
color: #d58a7b;
}
.color-3 {
color: #c76f4d;
}
.color-4 {
color: #b85a2e;
}
.color-5 {
color: #e8cca1;
}
/* CSS Variables */
:root {
--color-1: #f2b2a1;
--color-2: #d58a7b;
--color-3: #c76f4d;
--color-4: #b85a2e;
--color-5: #e8cca1;
}
Autumn Harvest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b2a1, #d58a7b, #c76f4d, #b85a2e, #e8cca1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b2a1, #d58a7b, #c76f4d, #b85a2e, #e8cca1);
}
Similar color palettes
Autumn Harvest color palette created on .