Color names in this palette
CSS code for this palette
/* CSS */
.royal-navy-blue {
color: #0066cc;
}
.pervenche {
color: #0099e6;
}
.shovel-knight {
color: #33ccff;
}
.athena-blue {
color: #66e5ff;
}
.glitchy-shader-blue {
color: #99ffff;
}
/* CSS Variables */
:root {
--royal-navy-blue:#0066cc;
--pervenche:#0099e6;
--shovel-knight:#33ccff;
--athena-blue:#66e5ff;
--glitchy-shader-blue:#99ffff;
}