Color names in this palette
CSS code for this palette
/* CSS */
.guppie-green {
color: #00ff80;
}
.greenish-cyan {
color: #2effaf;
}
.rare-wind {
color: #57ffdb;
}
.defense-matrix {
color: #8affef;
}
.friendly-frost {
color: #c2ffff;
}
/* CSS Variables */
:root {
--guppie-green:#00ff80;
--greenish-cyan:#2effaf;
--rare-wind:#57ffdb;
--defense-matrix:#8affef;
--friendly-frost:#c2ffff;
}