Tropical Orchard Color Palette
Discover the beautiful Tropical Orchard color palette featuring fruit salad (#4f9c5d), moss green (#a3d2a4), manhattan (#f7c5a1), wewak (#f6a19d) and mandy (#e85e7a).
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 Orchard palette
💻 Tropical Orchard color palette CSS
/* CSS */
.color-1 {
color: #4f9c5d;
}
.color-2 {
color: #a3d2a4;
}
.color-3 {
color: #f7c5a1;
}
.color-4 {
color: #f6a19d;
}
.color-5 {
color: #e85e7a;
}
/* CSS Variables */
:root {
--color-1: #4f9c5d;
--color-2: #a3d2a4;
--color-3: #f7c5a1;
--color-4: #f6a19d;
--color-5: #e85e7a;
}
🌈 Tropical Orchard background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f9c5d, #a3d2a4, #f7c5a1, #f6a19d, #e85e7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f9c5d, #a3d2a4, #f7c5a1, #f6a19d, #e85e7a);
}
🔗 Explore similar color palettes
Tropical Orchard color palette created on .