Discover the beautiful Tropical Serenity color palette featuring elm (#1e8a83), puerto rico (#4cc8c6), bermuda (#7dd9d5), morning glory (#a4e0e0) and mint tulip (#c1f1f1).

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

Share this palette to:

💻 Tropical Serenity color palette CSS

/* CSS */
.color-1 {
color: #1e8a83;
}
.color-2 {
color: #4cc8c6;
}
.color-3 {
color: #7dd9d5;
}
.color-4 {
color: #a4e0e0;
}
.color-5 {
color: #c1f1f1;
}

/* CSS Variables */
:root {
--color-1: #1e8a83;
--color-2: #4cc8c6;
--color-3: #7dd9d5;
--color-4: #a4e0e0;
--color-5: #c1f1f1;
}

🌈 Tropical Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8a83, #4cc8c6, #7dd9d5, #a4e0e0, #c1f1f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8a83, #4cc8c6, #7dd9d5, #a4e0e0, #c1f1f1);
}

Tropical Serenity color palette created on .