Tropical Serenity Color Palette

Discover the beautiful Tropical Serenity color palette featuring calypso (#397c93), fountain blue (#5dafbb), morning glory (#8fd5e0), sidecar (#f3e7b9) and mandys pink (#f1c7a7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Beach, Bright, 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 palette

Share this palette to:

💻 Tropical Serenity color palette CSS

/* CSS */
.color-1 {
color: #397c93;
}
.color-2 {
color: #5dafbb;
}
.color-3 {
color: #8fd5e0;
}
.color-4 {
color: #f3e7b9;
}
.color-5 {
color: #f1c7a7;
}

/* CSS Variables */
:root {
--color-1: #397c93;
--color-2: #5dafbb;
--color-3: #8fd5e0;
--color-4: #f3e7b9;
--color-5: #f1c7a7;
}

🌈 Tropical Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #397c93, #5dafbb, #8fd5e0, #f3e7b9, #f1c7a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #397c93, #5dafbb, #8fd5e0, #f3e7b9, #f1c7a7);
}

Tropical Serenity color palette created on .