Color names in this palette
CSS code for this palette
/* CSS */
.protoss-pylon {
color: #00aaff;
}
.shovel-knight {
color: #33ccff;
}
.moonglade-water {
color: #66ffff;
}
.lemon-gate {
color: #99ffcc;
}
.celery-mousse {
color: #ccff99;
}
/* CSS Variables */
:root {
--protoss-pylon:#00aaff;
--shovel-knight:#33ccff;
--moonglade-water:#66ffff;
--lemon-gate:#99ffcc;
--celery-mousse:#ccff99;
}