Color names in this palette
CSS code for this palette
/* CSS */
.guppie-green {
color: #00ff80;
}
.eva-green {
color: #3dff9e;
}
.spindrift {
color: #66ffd6;
}
.glitchy-shader-blue {
color: #99ffff;
}
.dawn-departs {
color: #ccffff;
}
/* CSS Variables */
:root {
--guppie-green:#00ff80;
--eva-green:#3dff9e;
--spindrift:#66ffd6;
--glitchy-shader-blue:#99ffff;
--dawn-departs:#ccffff;
}