Tropical Oasis Color Palette

Discover the beautiful Tropical Oasis color palette featuring blue dianne (#1c4f4e), paradiso (#2b7d7c), puerto rico (#45bfb1), aquamarine blue (#77e4d7) and ice cold (#a3f5f3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Teal, Bright, Coastal, Spring 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 Oasis palette

Share this palette to:

💻 Tropical Oasis color palette CSS

/* CSS */
.color-1 {
color: #1c4f4e;
}
.color-2 {
color: #2b7d7c;
}
.color-3 {
color: #45bfb1;
}
.color-4 {
color: #77e4d7;
}
.color-5 {
color: #a3f5f3;
}

/* CSS Variables */
:root {
--color-1: #1c4f4e;
--color-2: #2b7d7c;
--color-3: #45bfb1;
--color-4: #77e4d7;
--color-5: #a3f5f3;
}

🌈 Tropical Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c4f4e, #2b7d7c, #45bfb1, #77e4d7, #a3f5f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c4f4e, #2b7d7c, #45bfb1, #77e4d7, #a3f5f3);
}

Tropical Oasis color palette created on .