Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a4e5e5;
}
.soft-turquoise {
color: #75d1d1;
}
.crystalsong-blue {
color: #4cb8b8;
}
.latigo-bay {
color: #3c9a9a;
}
.zirconia-teal {
color: #2b7d7d;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a4e5e5;
--soft-turquoise:#75d1d1;
--crystalsong-blue:#4cb8b8;
--latigo-bay:#3c9a9a;
--zirconia-teal:#2b7d7d;
}