Discover the beautiful Tropical Serenity color palette featuring cruise (#b6ece0), water leaf (#a5e9d8), riptide (#8ee6d5), aquamarine blue (#69e2c0) and turquoise (#4dd5b6).
Tropical Serenity Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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
Explore how the Tropical Serenity palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Tropical Serenity palette
💻 Tropical Serenity color palette CSS
/* CSS */
.color-1 {
color: #b6ece0;
}
.color-2 {
color: #a5e9d8;
}
.color-3 {
color: #8ee6d5;
}
.color-4 {
color: #69e2c0;
}
.color-5 {
color: #4dd5b6;
}
/* CSS Variables */
:root {
--color-1: #b6ece0;
--color-2: #a5e9d8;
--color-3: #8ee6d5;
--color-4: #69e2c0;
--color-5: #4dd5b6;
}
🌈 Tropical Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6ece0, #a5e9d8, #8ee6d5, #69e2c0, #4dd5b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6ece0, #a5e9d8, #8ee6d5, #69e2c0, #4dd5b6);
}
🔗 Explore similar color palettes
Tropical Serenity color palette created on .