Teal Beach Color Palette
Discover the beautiful Teal Beach color palette featuring persian green (#00b3aa), turquoise (#3ddbd9), morning glory (#a2e0e2), aqua squeeze (#f1f9f6) and spring wood (#f9f7f1).
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 Beach palette
💻 Teal Beach color palette CSS
/* CSS */
.color-1 {
color: #00b3aa;
}
.color-2 {
color: #3ddbd9;
}
.color-3 {
color: #a2e0e2;
}
.color-4 {
color: #f1f9f6;
}
.color-5 {
color: #f9f7f1;
}
/* CSS Variables */
:root {
--color-1: #00b3aa;
--color-2: #3ddbd9;
--color-3: #a2e0e2;
--color-4: #f1f9f6;
--color-5: #f9f7f1;
} 🌈 Teal Beach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3aa, #3ddbd9, #a2e0e2, #f1f9f6, #f9f7f1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3aa, #3ddbd9, #a2e0e2, #f1f9f6, #f9f7f1);
} 🔗 Explore similar color palettes
Teal Beach color palette created on .