Teal Ice Color Palette
Discover the beautiful Teal Ice color palette featuring sinbad (#a7d3d0), aqua island (#b2e0de), jagged ice (#c6e7e4), iceberg (#d8f3f1) and tranquil (#e5ffff).
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 Ice palette
💻 Teal Ice color palette CSS
/* CSS */
.color-1 {
color: #a7d3d0;
}
.color-2 {
color: #b2e0de;
}
.color-3 {
color: #c6e7e4;
}
.color-4 {
color: #d8f3f1;
}
.color-5 {
color: #e5ffff;
}
/* CSS Variables */
:root {
--color-1: #a7d3d0;
--color-2: #b2e0de;
--color-3: #c6e7e4;
--color-4: #d8f3f1;
--color-5: #e5ffff;
} 🌈 Teal Ice background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d3d0, #b2e0de, #c6e7e4, #d8f3f1, #e5ffff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d3d0, #b2e0de, #c6e7e4, #d8f3f1, #e5ffff);
} 🔗 Explore similar color palettes
Teal Ice color palette created on .