Tropical Fruity Delight Color Palette
Discover the beautiful Tropical Fruity Delight color palette featuring monte carlo (#73c4b0), padua (#a0e4c6), manhattan (#f2bf8d), persian pink (#f584a4) and east bay (#38497a).
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 Fruity Delight palette
💻 Tropical Fruity Delight color palette CSS
/* CSS */
.color-1 {
color: #73c4b0;
}
.color-2 {
color: #a0e4c6;
}
.color-3 {
color: #f2bf8d;
}
.color-4 {
color: #f584a4;
}
.color-5 {
color: #38497a;
}
/* CSS Variables */
:root {
--color-1: #73c4b0;
--color-2: #a0e4c6;
--color-3: #f2bf8d;
--color-4: #f584a4;
--color-5: #38497a;
}
🌈 Tropical Fruity Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #73c4b0, #a0e4c6, #f2bf8d, #f584a4, #38497a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #73c4b0, #a0e4c6, #f2bf8d, #f584a4, #38497a);
}
🔗 Explore similar color palettes
Tropical Fruity Delight color palette created on .