Shades of Teal Color Palette

Discover the beautiful Shades of Teal color palette featuring ming (#3a6c7e), breaker bay (#5e9ea6), neptune (#80b8bc), aqua island (#b2e0d4) and gin (#f0f5f3).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Shades of Teal color palette CSS

/* CSS */
.color-1 {
color: #3a6c7e;
}
.color-2 {
color: #5e9ea6;
}
.color-3 {
color: #80b8bc;
}
.color-4 {
color: #b2e0d4;
}
.color-5 {
color: #f0f5f3;
}

/* CSS Variables */
:root {
--color-1: #3a6c7e;
--color-2: #5e9ea6;
--color-3: #80b8bc;
--color-4: #b2e0d4;
--color-5: #f0f5f3;
}

🌈 Shades of Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a6c7e, #5e9ea6, #80b8bc, #b2e0d4, #f0f5f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a6c7e, #5e9ea6, #80b8bc, #b2e0d4, #f0f5f3);
}

Shades of Teal color palette created on .