Bright Teal Color Palette
Discover the beautiful Bright Teal color palette featuring teal (#008a8a), bondi blue (#00b2b3), robin's egg blue (#00cccc), turquoise blue (#66e5e5) and anakiwa (#a3ffff).
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 Bright Teal palette
💻 Bright Teal color palette CSS
/* CSS */
.color-1 {
color: #008a8a;
}
.color-2 {
color: #00b2b3;
}
.color-3 {
color: #00cccc;
}
.color-4 {
color: #66e5e5;
}
.color-5 {
color: #a3ffff;
}
/* CSS Variables */
:root {
--color-1: #008a8a;
--color-2: #00b2b3;
--color-3: #00cccc;
--color-4: #66e5e5;
--color-5: #a3ffff;
} 🌈 Bright Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #008a8a, #00b2b3, #00cccc, #66e5e5, #a3ffff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #008a8a, #00b2b3, #00cccc, #66e5e5, #a3ffff);
} 🔗 Explore similar color palettes
Bright Teal color palette created on .