Teal Shades Color Palette

Discover the beautiful Teal Shades color palette featuring key lime pie (#bccc2e), sinbad (#a4d6d0), breaker bay (#5da8a8), gossamer (#068989) and eden (#0c4b4b).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Teal Shades color palette CSS

/* CSS */
.color-1 {
color: #bccc2e;
}
.color-2 {
color: #a4d6d0;
}
.color-3 {
color: #5da8a8;
}
.color-4 {
color: #068989;
}
.color-5 {
color: #0c4b4b;
}

/* CSS Variables */
:root {
--color-1: #bccc2e;
--color-2: #a4d6d0;
--color-3: #5da8a8;
--color-4: #068989;
--color-5: #0c4b4b;
}

🌈 Teal Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bccc2e, #a4d6d0, #5da8a8, #068989, #0c4b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bccc2e, #a4d6d0, #5da8a8, #068989, #0c4b4b);
}

Teal Shades color palette created on .