Teal Breeze Color Palette

Discover the beautiful Teal Breeze color palette featuring downy (#71d1c6), fountain blue (#50c3b8), keppel (#3bb5a9), jungle green (#27a59d) and jungle green (#1e9991).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Teal, Ocean, 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 Breeze palette

Share this palette to:

💻 Teal Breeze color palette CSS

/* CSS */
.color-1 {
color: #71d1c6;
}
.color-2 {
color: #50c3b8;
}
.color-3 {
color: #3bb5a9;
}
.color-4 {
color: #27a59d;
}
.color-5 {
color: #1e9991;
}

/* CSS Variables */
:root {
--color-1: #71d1c6;
--color-2: #50c3b8;
--color-3: #3bb5a9;
--color-4: #27a59d;
--color-5: #1e9991;
}

🌈 Teal Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #71d1c6, #50c3b8, #3bb5a9, #27a59d, #1e9991);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #71d1c6, #50c3b8, #3bb5a9, #27a59d, #1e9991);
}

Teal Breeze color palette created on .