Muted Teal Color Palette

Discover the beautiful Muted Teal color palette featuring sea nymph (#7a9f9d), faded jade (#4b817e), mineral green (#4c6161), au chico (#9f605b) and my pink (#d6a58a).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Muted Teal color palette CSS

/* CSS */
.color-1 {
color: #7a9f9d;
}
.color-2 {
color: #4b817e;
}
.color-3 {
color: #4c6161;
}
.color-4 {
color: #9f605b;
}
.color-5 {
color: #d6a58a;
}

/* CSS Variables */
:root {
--color-1: #7a9f9d;
--color-2: #4b817e;
--color-3: #4c6161;
--color-4: #9f605b;
--color-5: #d6a58a;
}

🌈 Muted Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a9f9d, #4b817e, #4c6161, #9f605b, #d6a58a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a9f9d, #4b817e, #4c6161, #9f605b, #d6a58a);
}

Muted Teal color palette created on .