Shades of Teal Color Palette

Discover the beautiful Shades of Teal color palette featuring turquoise blue (#70e6dc), turquoise (#4cd6c2), shamrock (#2bc5a6), mountain meadow (#1daf8b) and green haze (#009969).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Coastal, Fun, 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 Shades of Teal palette

Share this palette to:

💻 Shades of Teal color palette CSS

/* CSS */
.color-1 {
color: #70e6dc;
}
.color-2 {
color: #4cd6c2;
}
.color-3 {
color: #2bc5a6;
}
.color-4 {
color: #1daf8b;
}
.color-5 {
color: #009969;
}

/* CSS Variables */
:root {
--color-1: #70e6dc;
--color-2: #4cd6c2;
--color-3: #2bc5a6;
--color-4: #1daf8b;
--color-5: #009969;
}

🌈 Shades of Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #70e6dc, #4cd6c2, #2bc5a6, #1daf8b, #009969);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #70e6dc, #4cd6c2, #2bc5a6, #1daf8b, #009969);
}

Shades of Teal color palette created on .