Color names in this palette
CSS code for this palette
/* CSS */
.taos-turquoise {
color: #2b8c8c;
}
.crystalsong-blue {
color: #4eb7b7;
}
.aruba-blue {
color: #7dd4d4;
}
.ice-crystal-blue {
color: #a5e4e4;
}
.tinted-ice {
color: #cff7f7;
}
/* CSS Variables */
:root {
--taos-turquoise:#2b8c8c;
--crystalsong-blue:#4eb7b7;
--aruba-blue:#7dd4d4;
--ice-crystal-blue:#a5e4e4;
--tinted-ice:#cff7f7;
}