Shades of Teal Color Palette

Discover the beautiful Shades of Teal color palette featuring shark (#1c1d22), limed spruce (#313b44), nevada (#5f6467), spun pearl (#aaa8ad) and roof terracotta (#b42a1d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Blue, Dark, Earthy, Gray, Masculine, Modern, Neutral, Red, Vintage 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: #1c1d22;
}
.color-2 {
color: #313b44;
}
.color-3 {
color: #5f6467;
}
.color-4 {
color: #aaa8ad;
}
.color-5 {
color: #b42a1d;
}

/* CSS Variables */
:root {
--color-1: #1c1d22;
--color-2: #313b44;
--color-3: #5f6467;
--color-4: #aaa8ad;
--color-5: #b42a1d;
}

🌈 Shades of Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1d22, #313b44, #5f6467, #aaa8ad, #b42a1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1d22, #313b44, #5f6467, #aaa8ad, #b42a1d);
}

Shades of Teal color palette created on .