Tropical Serenity Color Palette

Discover the beautiful Tropical Serenity color palette featuring genoa (#1a6b63), tradewind (#4eb19f), turquoise blue (#6be6d5), ice cold (#9ff4e1) and polar (#dff7f0).

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

UI Examples

Explore beautiful UI components with Tropical Serenity palette

Share this palette to:

💻 Tropical Serenity color palette CSS

/* CSS */
.color-1 {
color: #1a6b63;
}
.color-2 {
color: #4eb19f;
}
.color-3 {
color: #6be6d5;
}
.color-4 {
color: #9ff4e1;
}
.color-5 {
color: #dff7f0;
}

/* CSS Variables */
:root {
--color-1: #1a6b63;
--color-2: #4eb19f;
--color-3: #6be6d5;
--color-4: #9ff4e1;
--color-5: #dff7f0;
}

🌈 Tropical Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a6b63, #4eb19f, #6be6d5, #9ff4e1, #dff7f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a6b63, #4eb19f, #6be6d5, #9ff4e1, #dff7f0);
}

Tropical Serenity color palette created on .