Teal Garden Color Palette
Discover the beautiful Teal Garden color palette featuring mountain meadow (#11a683), java (#1cd4b2), turquoise (#47e1c5), cerise red (#e5247b) and bird flower (#d4c416).
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 Garden palette
💻 Teal Garden color palette CSS
/* CSS */
.color-1 {
color: #11a683;
}
.color-2 {
color: #1cd4b2;
}
.color-3 {
color: #47e1c5;
}
.color-4 {
color: #e5247b;
}
.color-5 {
color: #d4c416;
}
/* CSS Variables */
:root {
--color-1: #11a683;
--color-2: #1cd4b2;
--color-3: #47e1c5;
--color-4: #e5247b;
--color-5: #d4c416;
} 🌈 Teal Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #11a683, #1cd4b2, #47e1c5, #e5247b, #d4c416);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #11a683, #1cd4b2, #47e1c5, #e5247b, #d4c416);
} 🔗 Explore similar color palettes
Teal Garden color palette created on .