Shades of Teal Color Palette

Discover the beautiful Shades of Teal color palette featuring humming bird (#cdf9f2), morning glory (#a5e3e0), fountain blue (#67c1b6), ming (#3d8a88) and green pea (#1b5a56).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Bright, Green, 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: #cdf9f2;
}
.color-2 {
color: #a5e3e0;
}
.color-3 {
color: #67c1b6;
}
.color-4 {
color: #3d8a88;
}
.color-5 {
color: #1b5a56;
}

/* CSS Variables */
:root {
--color-1: #cdf9f2;
--color-2: #a5e3e0;
--color-3: #67c1b6;
--color-4: #3d8a88;
--color-5: #1b5a56;
}

🌈 Shades of Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cdf9f2, #a5e3e0, #67c1b6, #3d8a88, #1b5a56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cdf9f2, #a5e3e0, #67c1b6, #3d8a88, #1b5a56);
}

Shades of Teal color palette created on .