Tropical Delight Color Palette
Discover the beautiful Tropical Delight color palette featuring night shadz (#9a2d5a), charm (#d17a91), mandys pink (#f2b2b0), janna (#f3e8d3) and fuel yellow (#e8b22c).
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 Delight palette
💻 Tropical Delight color palette CSS
/* CSS */
.color-1 {
color: #9a2d5a;
}
.color-2 {
color: #d17a91;
}
.color-3 {
color: #f2b2b0;
}
.color-4 {
color: #f3e8d3;
}
.color-5 {
color: #e8b22c;
}
/* CSS Variables */
:root {
--color-1: #9a2d5a;
--color-2: #d17a91;
--color-3: #f2b2b0;
--color-4: #f3e8d3;
--color-5: #e8b22c;
} 🌈 Tropical Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9a2d5a, #d17a91, #f2b2b0, #f3e8d3, #e8b22c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9a2d5a, #d17a91, #f2b2b0, #f3e8d3, #e8b22c);
} 🔗 Explore similar color palettes
Tropical Delight color palette created on .