Shades of Teal Color Palette
Discover the beautiful Shades of Teal color palette featuring cutty sark (#4e7b7e), acapulco (#70a9a3), shadow green (#9fc4c6), jagged ice (#b2e0e1) and mint tulip (#c4f0f3).
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: #4e7b7e;
}
.color-2 {
color: #70a9a3;
}
.color-3 {
color: #9fc4c6;
}
.color-4 {
color: #b2e0e1;
}
.color-5 {
color: #c4f0f3;
}
/* CSS Variables */
:root {
--color-1: #4e7b7e;
--color-2: #70a9a3;
--color-3: #9fc4c6;
--color-4: #b2e0e1;
--color-5: #c4f0f3;
}
🌈 Shades of Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e7b7e, #70a9a3, #9fc4c6, #b2e0e1, #c4f0f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e7b7e, #70a9a3, #9fc4c6, #b2e0e1, #c4f0f3);
}
🔗 Explore similar color palettes
Shades of Teal color palette created on .