Shades of Teal Color Palette
Discover the beautiful Shades of Teal color palette featuring jagged ice (#c3e9e4), morning glory (#a1e3e0), bermuda (#7dd5d8), fountain blue (#5bb8c8) and boston blue (#3da1b3).
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: #c3e9e4;
}
.color-2 {
color: #a1e3e0;
}
.color-3 {
color: #7dd5d8;
}
.color-4 {
color: #5bb8c8;
}
.color-5 {
color: #3da1b3;
}
/* CSS Variables */
:root {
--color-1: #c3e9e4;
--color-2: #a1e3e0;
--color-3: #7dd5d8;
--color-4: #5bb8c8;
--color-5: #3da1b3;
}
🌈 Shades of Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3e9e4, #a1e3e0, #7dd5d8, #5bb8c8, #3da1b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3e9e4, #a1e3e0, #7dd5d8, #5bb8c8, #3da1b3);
}
🔗 Explore similar color palettes
Shades of Teal color palette created on .