Tropical Teal Oasis Color Palette

Discover the beautiful Tropical Teal Oasis color palette featuring fountain blue (#45baba), scooter (#2cb5b5), eastern blue (#1a9e9e), persian green (#00a8a8) and persian green (#009494).

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 Teal Oasis palette

Share this palette to:

💻 Tropical Teal Oasis color palette CSS

/* CSS */
.color-1 {
color: #45baba;
}
.color-2 {
color: #2cb5b5;
}
.color-3 {
color: #1a9e9e;
}
.color-4 {
color: #00a8a8;
}
.color-5 {
color: #009494;
}

/* CSS Variables */
:root {
--color-1: #45baba;
--color-2: #2cb5b5;
--color-3: #1a9e9e;
--color-4: #00a8a8;
--color-5: #009494;
}

🌈 Tropical Teal Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #45baba, #2cb5b5, #1a9e9e, #00a8a8, #009494);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #45baba, #2cb5b5, #1a9e9e, #00a8a8, #009494);
}

Tropical Teal Oasis color palette created on .