Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b4e6;
}
.aztec-turquoise {
color: #00e0e0;
}
.moonglade-water {
color: #61faff;
}
.glitter-shower {
color: #85ffff;
}
.cold-canada {
color: #dbffff;
}
/* CSS Variables */
:root {
--blue-atoll:#00b4e6;
--aztec-turquoise:#00e0e0;
--moonglade-water:#61faff;
--glitter-shower:#85ffff;
--cold-canada:#dbffff;
}