Teal Breeze Color Palette

Discover the beautiful Teal Breeze color palette featuring astral (#2e7d99), fountain blue (#4eb7b3), riptide (#8de2cf), wheat (#f6e7b6) and tan hide (#f9a653).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Teal, Bright, Spring, 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: #2e7d99;
}
.color-2 {
color: #4eb7b3;
}
.color-3 {
color: #8de2cf;
}
.color-4 {
color: #f6e7b6;
}
.color-5 {
color: #f9a653;
}

/* CSS Variables */
:root {
--color-1: #2e7d99;
--color-2: #4eb7b3;
--color-3: #8de2cf;
--color-4: #f6e7b6;
--color-5: #f9a653;
}

🌈 Teal Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e7d99, #4eb7b3, #8de2cf, #f6e7b6, #f9a653);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e7d99, #4eb7b3, #8de2cf, #f6e7b6, #f9a653);
}

Teal Breeze color palette created on .