Teal Ice Color Palette
Brightness
Saturation
Warmth
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: #c5e7e4;
}
.color-4 {
color: #d8f3f1;
}
.color-5 {
color: #e5ffff;
}
/* CSS Variables */
:root {
--color-1: #a7d3d0;
--color-2: #b2e0de;
--color-3: #c5e7e4;
--color-4: #d8f3f1;
--color-5: #e5ffff;
}
Teal Ice background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d3d0, #b2e0de, #c5e7e4, #d8f3f1, #e5ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d3d0, #b2e0de, #c5e7e4, #d8f3f1, #e5ffff);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Teal Ice color palette created on .