Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a5e9e1;
}
.throat-chakra {
color: #6ed0d4;
}
.crystalsong-blue {
color: #4ab5b1;
}
.dark-cyan {
color: #008a8a;
}
.rich-black {
color: #003d3d;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a5e9e1;
--throat-chakra:#6ed0d4;
--crystalsong-blue:#4ab5b1;
--dark-cyan:#008a8a;
--rich-black:#003d3d;
}