Teal Healing Color Palette

Discover the beautiful Teal Healing color palette featuring puerto rico (#52c7a0), padua (#a8e6cf), hit pink (#ffab8a), wild watermelon (#ff667d) and razzmatazz (#d6006f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Green, Pink, Vibrant 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 Healing palette

Share this palette to:

💻 Teal Healing color palette CSS

/* CSS */
.color-1 {
color: #52c7a0;
}
.color-2 {
color: #a8e6cf;
}
.color-3 {
color: #ffab8a;
}
.color-4 {
color: #ff667d;
}
.color-5 {
color: #d6006f;
}

/* CSS Variables */
:root {
--color-1: #52c7a0;
--color-2: #a8e6cf;
--color-3: #ffab8a;
--color-4: #ff667d;
--color-5: #d6006f;
}

🌈 Teal Healing background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #52c7a0, #a8e6cf, #ffab8a, #ff667d, #d6006f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #52c7a0, #a8e6cf, #ffab8a, #ff667d, #d6006f);
}

Teal Healing color palette created on .