Color names in this palette
CSS code for this palette
/* CSS */
.guppie-green {
color: #00ff80;
}
.hanuman-green {
color: #4dffb8;
}
.roller-derby {
color: #8affda;
}
.peppermint-frosting {
color: #b3fff0;
}
.light-cyan {
color: #e0ffff;
}
/* CSS Variables */
:root {
--guppie-green:#00ff80;
--hanuman-green:#4dffb8;
--roller-derby:#8affda;
--peppermint-frosting:#b3fff0;
--light-cyan:#e0ffff;
}