Teal Tropical Color Palette
Discover the beautiful Teal Tropical color palette featuring blue lagoon (#007e94), persian green (#00b3aa), jagged ice (#b8e5e0), neon carrot (#ff9b3d) and bittersweet (#ff6e61).
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 Tropical palette
💻 Teal Tropical color palette CSS
/* CSS */
.color-1 {
color: #007e94;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #b8e5e0;
}
.color-4 {
color: #ff9b3d;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #007e94;
--color-2: #00b3aa;
--color-3: #b8e5e0;
--color-4: #ff9b3d;
--color-5: #ff6e61;
}
🌈 Teal Tropical background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007e94, #00b3aa, #b8e5e0, #ff9b3d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007e94, #00b3aa, #b8e5e0, #ff9b3d, #ff6e61);
}
🔗 Explore similar color palettes
Teal Tropical color palette created on .