Muted Teal Shades Color Palette
Discover the beautiful Muted Teal Shades color palette featuring plantation (#2a4a4b), faded jade (#4b8180), gulf stream (#80b3b2), sinbad (#a3d2d1) and jagged ice (#c1e6e5).
Brightness
Saturation
Warmth
💡 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 Shades palette
💻 Muted Teal Shades color palette CSS
/* CSS */
.color-1 {
color: #2a4a4b;
}
.color-2 {
color: #4b8180;
}
.color-3 {
color: #80b3b2;
}
.color-4 {
color: #a3d2d1;
}
.color-5 {
color: #c1e6e5;
}
/* CSS Variables */
:root {
--color-1: #2a4a4b;
--color-2: #4b8180;
--color-3: #80b3b2;
--color-4: #a3d2d1;
--color-5: #c1e6e5;
} 🌈 Muted Teal Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a4a4b, #4b8180, #80b3b2, #a3d2d1, #c1e6e5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a4a4b, #4b8180, #80b3b2, #a3d2d1, #c1e6e5);
} 🔗 Explore similar color palettes
Muted Teal Shades color palette created on .