Teal Méduse Color Palette
Discover the beautiful Teal Méduse color palette featuring aquamarine (#70ffea), turquoise blue (#4ce6d1), puerto rico (#3bc4b2), jungle green (#2ba19b) and elm (#1e8a86).
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 Méduse palette
💻 Teal Méduse color palette CSS
/* CSS */
.color-1 {
color: #70ffea;
}
.color-2 {
color: #4ce6d1;
}
.color-3 {
color: #3bc4b2;
}
.color-4 {
color: #2ba19b;
}
.color-5 {
color: #1e8a86;
}
/* CSS Variables */
:root {
--color-1: #70ffea;
--color-2: #4ce6d1;
--color-3: #3bc4b2;
--color-4: #2ba19b;
--color-5: #1e8a86;
}
🌈 Teal Méduse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #70ffea, #4ce6d1, #3bc4b2, #2ba19b, #1e8a86);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #70ffea, #4ce6d1, #3bc4b2, #2ba19b, #1e8a86);
}
🔗 Explore similar color palettes
Teal Méduse color palette created on .