Color names in this palette
CSS code for this palette
/* CSS */
.talismanic-teal {
color: #1c9c9c;
}
.crystalsong-blue {
color: #4fb5b2;
}
.belize {
color: #7ed3d1;
}
.ice-crystal-blue {
color: #a7e2e0;
}
.tinted-ice {
color: #d1f5f4;
}
/* CSS Variables */
:root {
--talismanic-teal:#1c9c9c;
--crystalsong-blue:#4fb5b2;
--belize:#7ed3d1;
--ice-crystal-blue:#a7e2e0;
--tinted-ice:#d1f5f4;
}