Brown Harvest Color Palette
Discover the beautiful Brown Harvest color palette featuring lisbon brown (#4c3d24), shadow (#7a6a4d), indian khaki (#c0af91), sisal (#d4cab9) and satin linen (#e5e1d7).
Brightness
Saturation
Warmth
💡 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 Brown Harvest palette
💻 Brown Harvest color palette CSS
/* CSS */
.color-1 {
color: #4c3d24;
}
.color-2 {
color: #7a6a4d;
}
.color-3 {
color: #c0af91;
}
.color-4 {
color: #d4cab9;
}
.color-5 {
color: #e5e1d7;
}
/* CSS Variables */
:root {
--color-1: #4c3d24;
--color-2: #7a6a4d;
--color-3: #c0af91;
--color-4: #d4cab9;
--color-5: #e5e1d7;
} 🌈 Brown Harvest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d24, #7a6a4d, #c0af91, #d4cab9, #e5e1d7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d24, #7a6a4d, #c0af91, #d4cab9, #e5e1d7);
} 🔗 Explore similar color palettes
Brown Harvest color palette created on .