Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a8e1e1;
}
.throat-chakra {
color: #6ed4d2;
}
.tropical-escape {
color: #4cb8b2;
}
.sea-kale {
color: #2d9f9b;
}
.geneva-green {
color: #1b7979;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a8e1e1;
--throat-chakra:#6ed4d2;
--tropical-escape:#4cb8b2;
--sea-kale:#2d9f9b;
--geneva-green:#1b7979;
}