Tropical Teal Symphony Color Palette
Discover the beautiful Tropical Teal Symphony color palette featuring limed spruce (#384d4e), mineral green (#3d5a56), juniper (#6b928a), cutty sark (#507870) and patina (#5c8c85).
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 Tropical Teal Symphony palette
💻 Tropical Teal Symphony color palette CSS
/* CSS */
.color-1 {
color: #384d4e;
}
.color-2 {
color: #3d5a56;
}
.color-3 {
color: #6b928a;
}
.color-4 {
color: #507870;
}
.color-5 {
color: #5c8c85;
}
/* CSS Variables */
:root {
--color-1: #384d4e;
--color-2: #3d5a56;
--color-3: #6b928a;
--color-4: #507870;
--color-5: #5c8c85;
} 🌈 Tropical Teal Symphony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #384d4e, #3d5a56, #6b928a, #507870, #5c8c85);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #384d4e, #3d5a56, #6b928a, #507870, #5c8c85);
} 🔗 Explore similar color palettes
Tropical Teal Symphony color palette created on .