Shades of Teal Color Palette
Discover the beautiful Shades of Teal color palette featuring water leaf (#a0e9de), bermuda (#7fd7c2), tradewind (#5cb7a2), ocean green (#3a9c84) and sea green (#2b7d66).
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: #a0e9de;
}
.color-2 {
color: #7fd7c2;
}
.color-3 {
color: #5cb7a2;
}
.color-4 {
color: #3a9c84;
}
.color-5 {
color: #2b7d66;
}
/* CSS Variables */
:root {
--color-1: #a0e9de;
--color-2: #7fd7c2;
--color-3: #5cb7a2;
--color-4: #3a9c84;
--color-5: #2b7d66;
}
🌈 Shades of Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0e9de, #7fd7c2, #5cb7a2, #3a9c84, #2b7d66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0e9de, #7fd7c2, #5cb7a2, #3a9c84, #2b7d66);
}
🔗 Explore similar color palettes
Shades of Teal color palette created on .