Teal Tranquility Color Palette

Discover the beautiful Teal Tranquility color palette featuring patina (#639c8f), monte carlo (#89c8b4), padua (#a1e2cf), frostee (#e1f4e8) and panache (#f8fcfa).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Teal Tranquility color palette CSS

/* CSS */
.color-1 {
color: #639c8f;
}
.color-2 {
color: #89c8b4;
}
.color-3 {
color: #a1e2cf;
}
.color-4 {
color: #e1f4e8;
}
.color-5 {
color: #f8fcfa;
}

/* CSS Variables */
:root {
--color-1: #639c8f;
--color-2: #89c8b4;
--color-3: #a1e2cf;
--color-4: #e1f4e8;
--color-5: #f8fcfa;
}

🌈 Teal Tranquility background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #639c8f, #89c8b4, #a1e2cf, #e1f4e8, #f8fcfa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #639c8f, #89c8b4, #a1e2cf, #e1f4e8, #f8fcfa);
}

Teal Tranquility color palette created on .