Tropical Tranquility Color Palette

Discover the beautiful Tropical Tranquility color palette featuring bermuda (#7dd8c6), fountain blue (#60c3b1), keppel (#3caa9b), jungle green (#27a58e) and elm (#1a8e7d).

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 Tranquility palette

Share this palette to:

💻 Tropical Tranquility color palette CSS

/* CSS */
.color-1 {
color: #7dd8c6;
}
.color-2 {
color: #60c3b1;
}
.color-3 {
color: #3caa9b;
}
.color-4 {
color: #27a58e;
}
.color-5 {
color: #1a8e7d;
}

/* CSS Variables */
:root {
--color-1: #7dd8c6;
--color-2: #60c3b1;
--color-3: #3caa9b;
--color-4: #27a58e;
--color-5: #1a8e7d;
}

🌈 Tropical Tranquility background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7dd8c6, #60c3b1, #3caa9b, #27a58e, #1a8e7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7dd8c6, #60c3b1, #3caa9b, #27a58e, #1a8e7d);
}

Tropical Tranquility color palette created on .