Shades of Teal Color Palette
Discover the beautiful Shades of Teal color palette featuring turquoise (#3ee0cf), puerto rico (#3eb6ae), lochinvar (#2e9e98), elm (#1e807d) and eden (#0f6160).
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: #3ee0cf;
}
.color-2 {
color: #3eb6ae;
}
.color-3 {
color: #2e9e98;
}
.color-4 {
color: #1e807d;
}
.color-5 {
color: #0f6160;
}
/* CSS Variables */
:root {
--color-1: #3ee0cf;
--color-2: #3eb6ae;
--color-3: #2e9e98;
--color-4: #1e807d;
--color-5: #0f6160;
} 🌈 Shades of Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3ee0cf, #3eb6ae, #2e9e98, #1e807d, #0f6160);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3ee0cf, #3eb6ae, #2e9e98, #1e807d, #0f6160);
} 🔗 Explore similar color palettes
Shades of Teal color palette created on .