Tropical Fruity Delight Color Palette

Discover the beautiful Tropical Fruity Delight color palette featuring monte carlo (#71c4af), padua (#9fe4c6), manhattan (#f2c08e), persian pink (#f584a4) and east bay (#374779).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Earthy, Modern, Peach, Pink, Soft, Spring, Teal, Vibrant 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 Tropical Fruity Delight palette

Share this palette to:

💻 Tropical Fruity Delight color palette CSS

/* CSS */
.color-1 {
color: #71c4af;
}
.color-2 {
color: #9fe4c6;
}
.color-3 {
color: #f2c08e;
}
.color-4 {
color: #f584a4;
}
.color-5 {
color: #374779;
}

/* CSS Variables */
:root {
--color-1: #71c4af;
--color-2: #9fe4c6;
--color-3: #f2c08e;
--color-4: #f584a4;
--color-5: #374779;
}

🌈 Tropical Fruity Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #71c4af, #9fe4c6, #f2c08e, #f584a4, #374779);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #71c4af, #9fe4c6, #f2c08e, #f584a4, #374779);
}

Tropical Fruity Delight color palette created on .