Color names in this palette
CSS code for this palette
/* CSS */
.brilliant-blue {
color: #0077b3;
}
.pervenche {
color: #0099e6;
}
.shovel-knight {
color: #33ccff;
}
.athena-blue {
color: #66e0ff;
}
.glitchy-shader-blue {
color: #99ffff;
}
/* CSS Variables */
:root {
--brilliant-blue:#0077b3;
--pervenche:#0099e6;
--shovel-knight:#33ccff;
--athena-blue:#66e0ff;
--glitchy-shader-blue:#99ffff;
}