Teal Waters Color Palette

Discover the beautiful Teal Waters color palette featuring aquamarine blue (#6cd6e0), keppel (#3bb0b0), elm (#1b7979), mosque (#036d6d) and blue stone (#005c5c).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Teal Waters color palette CSS

/* CSS */
.color-1 {
color: #6cd6e0;
}
.color-2 {
color: #3bb0b0;
}
.color-3 {
color: #1b7979;
}
.color-4 {
color: #036d6d;
}
.color-5 {
color: #005c5c;
}

/* CSS Variables */
:root {
--color-1: #6cd6e0;
--color-2: #3bb0b0;
--color-3: #1b7979;
--color-4: #036d6d;
--color-5: #005c5c;
}

🌈 Teal Waters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6cd6e0, #3bb0b0, #1b7979, #036d6d, #005c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6cd6e0, #3bb0b0, #1b7979, #036d6d, #005c5c);
}

Teal Waters color palette created on .