Shades of Teal Color Palette
Discover the beautiful Shades of Teal color palette featuring skeptic (#d0e7e3), sinbad (#a3d1d2), neptune (#7abdb4), tradewind (#4cae99) and lochinvar (#2b8c7f).
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 Shades of Teal palette
💻 Shades of Teal color palette CSS
/* CSS */
.color-1 {
color: #d0e7e3;
}
.color-2 {
color: #a3d1d2;
}
.color-3 {
color: #7abdb4;
}
.color-4 {
color: #4cae99;
}
.color-5 {
color: #2b8c7f;
}
/* CSS Variables */
:root {
--color-1: #d0e7e3;
--color-2: #a3d1d2;
--color-3: #7abdb4;
--color-4: #4cae99;
--color-5: #2b8c7f;
} 🌈 Shades of Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0e7e3, #a3d1d2, #7abdb4, #4cae99, #2b8c7f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0e7e3, #a3d1d2, #7abdb4, #4cae99, #2b8c7f);
} 🔗 Explore similar color palettes
Shades of Teal color palette created on .