Autumn Harvest Hues Color Palette
Discover the beautiful Autumn Harvest Hues color palette featuring marigold (#b88128), shadow (#876d54), peru tan (#763604), kabul (#594a3a) and marzipan (#f8d796).
Brightness
Saturation
Warmth
Refine
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Autumn Harvest Hues palette
๐ป Autumn Harvest Hues color palette CSS
/* CSS */
.color-1 {
color: #b88128;
}
.color-2 {
color: #876d54;
}
.color-3 {
color: #763604;
}
.color-4 {
color: #594a3a;
}
.color-5 {
color: #f8d796;
}
/* CSS Variables */
:root {
--color-1: #b88128;
--color-2: #876d54;
--color-3: #763604;
--color-4: #594a3a;
--color-5: #f8d796;
} ๐ Autumn Harvest Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b88128, #876d54, #763604, #594a3a, #f8d796);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b88128, #876d54, #763604, #594a3a, #f8d796);
} ๐ Explore similar color palettes
Autumn Harvest Hues color palette created on .