Shades of Teal Color Palette

Discover the beautiful Shades of Teal color palette featuring morning glory (#9fdfd1), downy (#6dc5b6), tradewind (#4cae99), viridian (#3b8c7b) and casal (#2c6d64).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Green, Bright, Summer, 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: #9fdfd1;
}
.color-2 {
color: #6dc5b6;
}
.color-3 {
color: #4cae99;
}
.color-4 {
color: #3b8c7b;
}
.color-5 {
color: #2c6d64;
}

/* CSS Variables */
:root {
--color-1: #9fdfd1;
--color-2: #6dc5b6;
--color-3: #4cae99;
--color-4: #3b8c7b;
--color-5: #2c6d64;
}

🌈 Shades of Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fdfd1, #6dc5b6, #4cae99, #3b8c7b, #2c6d64);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fdfd1, #6dc5b6, #4cae99, #3b8c7b, #2c6d64);
}

Shades of Teal color palette created on .