Tropical Serenity Splash Color Palette
Discover the beautiful Tropical Serenity Splash color palette featuring snow drift (#fbfcfb), edward (#9dadac), turquoise (#2ddbcf), java (#18ddd3) and bright turquoise (#12e0d2).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withCoastal, Minimalist, Modern, Summer, Tropical 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 Serenity Splash palette
💻 Tropical Serenity Splash color palette CSS
/* CSS */
.color-1 {
color: #fbfcfb;
}
.color-2 {
color: #9dadac;
}
.color-3 {
color: #2ddbcf;
}
.color-4 {
color: #18ddd3;
}
.color-5 {
color: #12e0d2;
}
/* CSS Variables */
:root {
--color-1: #fbfcfb;
--color-2: #9dadac;
--color-3: #2ddbcf;
--color-4: #18ddd3;
--color-5: #12e0d2;
} 🌈 Tropical Serenity Splash background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbfcfb, #9dadac, #2ddbcf, #18ddd3, #12e0d2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbfcfb, #9dadac, #2ddbcf, #18ddd3, #12e0d2);
} 🔗 Explore similar color palettes
Tropical Serenity Splash color palette created on .