Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a8e1e0;
}
.hammam-blue {
color: #6ad7d2;
}
.crystalsong-blue {
color: #50b4b1;
}
.taos-turquoise {
color: #2d8f8c;
}
.uncharted {
color: #1a5b59;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a8e1e0;
--hammam-blue:#6ad7d2;
--crystalsong-blue:#50b4b1;
--taos-turquoise:#2d8f8c;
--uncharted:#1a5b59;
}