Teal Sporty Color Palette
Discover the beautiful Teal Sporty color palette featuring eastern blue (#168f9c), shamrock (#2bc5a3), turquoise blue (#5ae7a3), algae green (#94e6af) and yellow sea (#faaf00).
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 Teal Sporty palette
💻 Teal Sporty color palette CSS
/* CSS */
.color-1 {
color: #168f9c;
}
.color-2 {
color: #2bc5a3;
}
.color-3 {
color: #5ae7a3;
}
.color-4 {
color: #94e6af;
}
.color-5 {
color: #faaf00;
}
/* CSS Variables */
:root {
--color-1: #168f9c;
--color-2: #2bc5a3;
--color-3: #5ae7a3;
--color-4: #94e6af;
--color-5: #faaf00;
} 🌈 Teal Sporty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #168f9c, #2bc5a3, #5ae7a3, #94e6af, #faaf00);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #168f9c, #2bc5a3, #5ae7a3, #94e6af, #faaf00);
} 🔗 Explore similar color palettes
Teal Sporty color palette created on .