Tropical Blue Color Palette
Discover the beautiful Tropical Blue color palette featuring powder blue (#a9e5e0), monte carlo (#83d2d0), downy (#6ac2c8), fountain blue (#4ca8b8) and boston blue (#3b90a5).
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 Blue palette
💻 Tropical Blue color palette CSS
/* CSS */
.color-1 {
color: #a9e5e0;
}
.color-2 {
color: #83d2d0;
}
.color-3 {
color: #6ac2c8;
}
.color-4 {
color: #4ca8b8;
}
.color-5 {
color: #3b90a5;
}
/* CSS Variables */
:root {
--color-1: #a9e5e0;
--color-2: #83d2d0;
--color-3: #6ac2c8;
--color-4: #4ca8b8;
--color-5: #3b90a5;
} 🌈 Tropical Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e5e0, #83d2d0, #6ac2c8, #4ca8b8, #3b90a5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e5e0, #83d2d0, #6ac2c8, #4ca8b8, #3b90a5);
} 🔗 Explore similar color palettes
Tropical Blue color palette created on .