Tropical Harmony Color Palette
Discover the beautiful Tropical Harmony color palette featuring surf crest (#d0e6d0), azalea (#f9c3c3), jaffa (#f0993d), link water (#d4e6f2) and fruit salad (#499c69).
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 Harmony palette
💻 Tropical Harmony color palette CSS
/* CSS */
.color-1 {
color: #d0e6d0;
}
.color-2 {
color: #f9c3c3;
}
.color-3 {
color: #f0993d;
}
.color-4 {
color: #d4e6f2;
}
.color-5 {
color: #499c69;
}
/* CSS Variables */
:root {
--color-1: #d0e6d0;
--color-2: #f9c3c3;
--color-3: #f0993d;
--color-4: #d4e6f2;
--color-5: #499c69;
} 🌈 Tropical Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0e6d0, #f9c3c3, #f0993d, #d4e6f2, #499c69);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0e6d0, #f9c3c3, #f0993d, #d4e6f2, #499c69);
} 🔗 Explore similar color palettes
Tropical Harmony color palette created on .