Color names in this palette
CSS code for this palette
/* CSS */
.tilla-kari-mosque {
color: #00cccc;
}
.isle-royale {
color: #7dd8cf;
}
.ice-crystal-blue {
color: #a4e5e2;
}
.icy-wind {
color: #d4f2f0;
}
.polar-bear-in-a-blizzard {
color: #faffff;
}
/* CSS Variables */
:root {
--tilla-kari-mosque:#00cccc;
--isle-royale:#7dd8cf;
--ice-crystal-blue:#a4e5e2;
--icy-wind:#d4f2f0;
--polar-bear-in-a-blizzard:#faffff;
}