Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a5e3e0;
}
.island-breeze {
color: #8bd5d0;
}
.florida-turquoise {
color: #6fb8b1;
}
.latigo-bay {
color: #409c9a;
}
.zirconia-teal {
color: #2d7c79;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a5e3e0;
--island-breeze:#8bd5d0;
--florida-turquoise:#6fb8b1;
--latigo-bay:#409c9a;
--zirconia-teal:#2d7c79;
}