Color names in this palette
CSS code for this palette
/* CSS */
.guppie-green {
color: #00ff80;
}
.poisonous-pesticide {
color: #32cd32;
}
.soviet-gold {
color: #ffd900;
}
.secret-story {
color: #ff1492;
}
.inferno-orange {
color: #ff4400;
}
/* CSS Variables */
:root {
--guppie-green:#00ff80;
--poisonous-pesticide:#32cd32;
--soviet-gold:#ffd900;
--secret-story:#ff1492;
--inferno-orange:#ff4400;
}