Shades of Teal Color Palette
Discover the beautiful Shades of Teal color palette featuring we peep (#f2c5d4), skeptic (#b8e0d2), half baked (#7cc5c4), breaker bay (#4c9a92) and casal (#2b6e6c).
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: #f2c5d4;
}
.color-2 {
color: #b8e0d2;
}
.color-3 {
color: #7cc5c4;
}
.color-4 {
color: #4c9a92;
}
.color-5 {
color: #2b6e6c;
}
/* CSS Variables */
:root {
--color-1: #f2c5d4;
--color-2: #b8e0d2;
--color-3: #7cc5c4;
--color-4: #4c9a92;
--color-5: #2b6e6c;
} 🌈 Shades of Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c5d4, #b8e0d2, #7cc5c4, #4c9a92, #2b6e6c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c5d4, #b8e0d2, #7cc5c4, #4c9a92, #2b6e6c);
} 🔗 Explore similar color palettes
Shades of Teal color palette created on .