Harvested Shadows Color Palette
Discover the beautiful Harvested Shadows color palette featuring hemlock (#605c3e), gurkha (#a3a075), coral reef (#c3c1a2), tana (#d8d6ba) and white rock (#e3e0c4).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Earthy, Modern, Neutral color palettes and combinations.
💡 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 Harvested Shadows palette
💻 Harvested Shadows color palette CSS
/* CSS */
.color-1 {
color: #605c3e;
}
.color-2 {
color: #a3a075;
}
.color-3 {
color: #c3c1a2;
}
.color-4 {
color: #d8d6ba;
}
.color-5 {
color: #e3e0c4;
}
/* CSS Variables */
:root {
--color-1: #605c3e;
--color-2: #a3a075;
--color-3: #c3c1a2;
--color-4: #d8d6ba;
--color-5: #e3e0c4;
} 🌈 Harvested Shadows background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #605c3e, #a3a075, #c3c1a2, #d8d6ba, #e3e0c4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #605c3e, #a3a075, #c3c1a2, #d8d6ba, #e3e0c4);
} 🔗 Explore similar color palettes
Harvested Shadows color palette created on .