Tropical Teal Dream Color Palette
Discover the beautiful Tropical Teal Dream color palette featuring aqua island (#a8e1d1), vista blue (#7ed3b1), puerto rico (#4ec6a4), jungle green (#26b594) and green haze (#00997d).
Brightness
Saturation
Warmth
Refine
💡 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 Tropical Teal Dream palette
💻 Tropical Teal Dream color palette CSS
/* CSS */
.color-1 {
color: #a8e1d1;
}
.color-2 {
color: #7ed3b1;
}
.color-3 {
color: #4ec6a4;
}
.color-4 {
color: #26b594;
}
.color-5 {
color: #00997d;
}
/* CSS Variables */
:root {
--color-1: #a8e1d1;
--color-2: #7ed3b1;
--color-3: #4ec6a4;
--color-4: #26b594;
--color-5: #00997d;
} 🌈 Tropical Teal Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e1d1, #7ed3b1, #4ec6a4, #26b594, #00997d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e1d1, #7ed3b1, #4ec6a4, #26b594, #00997d);
} 🔗 Explore similar color palettes
Tropical Teal Dream color palette created on .