Color names in this palette
CSS code for this palette
/* CSS */
.guppie-green {
color: #00ff80;
}
.crisp-cyan {
color: #1fffff;
}
.coquelicot {
color: #ff3c00;
}
.middle-yellow {
color: #ffea00;
}
.flush-orange {
color: #ff6e00;
}
/* CSS Variables */
:root {
--guppie-green:#00ff80;
--crisp-cyan:#1fffff;
--coquelicot:#ff3c00;
--middle-yellow:#ffea00;
--flush-orange:#ff6e00;
}