Shades of Teal Color Palette
Discover the beautiful Shades of Teal color palette featuring paradiso (#3f9092), breaker bay (#509b8e), tradewind (#5cbca3), fringy flower (#a4dab9) and tara (#e4f7e9).
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: #3f9092;
}
.color-2 {
color: #509b8e;
}
.color-3 {
color: #5cbca3;
}
.color-4 {
color: #a4dab9;
}
.color-5 {
color: #e4f7e9;
}
/* CSS Variables */
:root {
--color-1: #3f9092;
--color-2: #509b8e;
--color-3: #5cbca3;
--color-4: #a4dab9;
--color-5: #e4f7e9;
} 🌈 Shades of Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f9092, #509b8e, #5cbca3, #a4dab9, #e4f7e9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f9092, #509b8e, #5cbca3, #a4dab9, #e4f7e9);
} 🔗 Explore similar color palettes
Shades of Teal color palette created on .