Teal Breeze Color Palette

Discover the beautiful Teal Breeze color palette featuring elm (#19807e), mountain meadow (#1ab79f), turquoise (#3de1d0), ice cold (#a1f2e1) and gray nurse (#f6f8f6).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Teal Breeze color palette CSS

/* CSS */
.color-1 {
color: #19807e;
}
.color-2 {
color: #1ab79f;
}
.color-3 {
color: #3de1d0;
}
.color-4 {
color: #a1f2e1;
}
.color-5 {
color: #f6f8f6;
}

/* CSS Variables */
:root {
--color-1: #19807e;
--color-2: #1ab79f;
--color-3: #3de1d0;
--color-4: #a1f2e1;
--color-5: #f6f8f6;
}

🌈 Teal Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #19807e, #1ab79f, #3de1d0, #a1f2e1, #f6f8f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #19807e, #1ab79f, #3de1d0, #a1f2e1, #f6f8f6);
}

Teal Breeze color palette created on .