Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a8e1e0;
}
.aqua-zing {
color: #7ed7d6;
}
.may-day {
color: #4dc7c5;
}
.island-aqua {
color: #2db9b6;
}
.aqua-velvet {
color: #009e9e;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a8e1e0;
--aqua-zing:#7ed7d6;
--may-day:#4dc7c5;
--island-aqua:#2db9b6;
--aqua-velvet:#009e9e;
}