Color names in this palette
CSS code for this palette
/* CSS */
.science-blue {
color: #0077cc;
}
.sky-of-magritte {
color: #0099ff;
}
.shovel-knight {
color: #33ccff;
}
.athena-blue {
color: #66e0ff;
}
.winter-wizard {
color: #99e6ff;
}
/* CSS Variables */
:root {
--science-blue:#0077cc;
--sky-of-magritte:#0099ff;
--shovel-knight:#33ccff;
--athena-blue:#66e0ff;
--winter-wizard:#99e6ff;
}