Teal Tranquility Color Palette
Discover the beautiful Teal Tranquility color palette featuring jungle green (#2caf9e), puerto rico (#4cb8a0), tradewind (#6bc2a7), aqua island (#9dddcc) and cruise (#b7f0e2).
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 Tranquility palette
💻 Teal Tranquility color palette CSS
/* CSS */
.color-1 {
color: #2caf9e;
}
.color-2 {
color: #4cb8a0;
}
.color-3 {
color: #6bc2a7;
}
.color-4 {
color: #9dddcc;
}
.color-5 {
color: #b7f0e2;
}
/* CSS Variables */
:root {
--color-1: #2caf9e;
--color-2: #4cb8a0;
--color-3: #6bc2a7;
--color-4: #9dddcc;
--color-5: #b7f0e2;
} 🌈 Teal Tranquility background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2caf9e, #4cb8a0, #6bc2a7, #9dddcc, #b7f0e2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2caf9e, #4cb8a0, #6bc2a7, #9dddcc, #b7f0e2);
} 🔗 Explore similar color palettes
Teal Tranquility color palette created on .