Color names in this palette
CSS code for this palette
/* CSS */
.guppie-green {
color: #00ff80;
}
.radium {
color: #80ff00;
}
.chestnut-shell {
color: #abff2e;
}
.soviet-gold {
color: #ffd900;
}
.inferno-orange {
color: #ff4400;
}
/* CSS Variables */
:root {
--guppie-green:#00ff80;
--radium:#80ff00;
--chestnut-shell:#abff2e;
--soviet-gold:#ffd900;
--inferno-orange:#ff4400;
}