Tropical Serenity Color Palette
Discover the beautiful Tropical Serenity color palette featuring morning glory (#a5e3d8), fountain blue (#6bc2b7), keppel (#3dae9b), elm (#1f8e7c) and atoll (#0a6b66).
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 Serenity palette
💻 Tropical Serenity color palette CSS
/* CSS */
.color-1 {
color: #a5e3d8;
}
.color-2 {
color: #6bc2b7;
}
.color-3 {
color: #3dae9b;
}
.color-4 {
color: #1f8e7c;
}
.color-5 {
color: #0a6b66;
}
/* CSS Variables */
:root {
--color-1: #a5e3d8;
--color-2: #6bc2b7;
--color-3: #3dae9b;
--color-4: #1f8e7c;
--color-5: #0a6b66;
} 🌈 Tropical Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5e3d8, #6bc2b7, #3dae9b, #1f8e7c, #0a6b66);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5e3d8, #6bc2b7, #3dae9b, #1f8e7c, #0a6b66);
} 🔗 Explore similar color palettes
Tropical Serenity color palette created on .