Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a8e1e1;
}
.sweet-rhapsody {
color: #8fd6d6;
}
.squeaky {
color: #6bcadb;
}
.freshwater {
color: #4ca8b8;
}
.zirconia-teal {
color: #2d7c7c;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a8e1e1;
--sweet-rhapsody:#8fd6d6;
--squeaky:#6bcadb;
--freshwater:#4ca8b8;
--zirconia-teal:#2d7c7c;
}