CSS code for this palette
/* CSS */
.guppie-green {
color: #00ff80;
}
.radium {
color: #80ff00;
}
.yellow {
color: #ffff00;
}
.orange-juice {
color: #ff8000;
}
.red {
color: #ff0000;
}
/* CSS Variables */
:root {
--guppie-green:#00ff80;
--radium:#80ff00;
--yellow:#ffff00;
--orange-juice:#ff8000;
--red:#ff0000;
}