Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a7e7df;
}
.aqua-zing {
color: #7bdbd8;
}
.gem-turquoise {
color: #50c1c3;
}
.verditer {
color: #00b3aa;
}
.deep-peacock-blue {
color: #009485;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a7e7df;
--aqua-zing:#7bdbd8;
--gem-turquoise:#50c1c3;
--verditer:#00b3aa;
--deep-peacock-blue:#009485;
}