Tropical Harvest Color Palette
Discover the beautiful Tropical Harvest color palette featuring fruit salad (#4f9c5d), feijoa (#a3d86e), marzipan (#f6e48e), sandy brown (#f2b05a) and burnt sienna (#e95f49).
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 Tropical Harvest palette
💻 Tropical Harvest color palette CSS
/* CSS */
.color-1 {
color: #4f9c5d;
}
.color-2 {
color: #a3d86e;
}
.color-3 {
color: #f6e48e;
}
.color-4 {
color: #f2b05a;
}
.color-5 {
color: #e95f49;
}
/* CSS Variables */
:root {
--color-1: #4f9c5d;
--color-2: #a3d86e;
--color-3: #f6e48e;
--color-4: #f2b05a;
--color-5: #e95f49;
} 🌈 Tropical Harvest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f9c5d, #a3d86e, #f6e48e, #f2b05a, #e95f49);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f9c5d, #a3d86e, #f6e48e, #f2b05a, #e95f49);
} 🔗 Explore similar color palettes
Tropical Harvest color palette created on .