Shades of Teal Color Palette

Discover the beautiful Shades of Teal color palette featuring smalt blue (#4f8b8c), opal (#a5c0b8), parchment (#f2e4d4), dove gray (#6e6e6e) and cameo (#d7b2a3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Teal, Cream, Earthy, Soft 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 Shades of Teal palette

Share this palette to:

💻 Shades of Teal color palette CSS

/* CSS */
.color-1 {
color: #4f8b8c;
}
.color-2 {
color: #a5c0b8;
}
.color-3 {
color: #f2e4d4;
}
.color-4 {
color: #6e6e6e;
}
.color-5 {
color: #d7b2a3;
}

/* CSS Variables */
:root {
--color-1: #4f8b8c;
--color-2: #a5c0b8;
--color-3: #f2e4d4;
--color-4: #6e6e6e;
--color-5: #d7b2a3;
}

🌈 Shades of Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f8b8c, #a5c0b8, #f2e4d4, #6e6e6e, #d7b2a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f8b8c, #a5c0b8, #f2e4d4, #6e6e6e, #d7b2a3);
}

Shades of Teal color palette created on .