Color names in this palette
CSS code for this palette
/* CSS */
.green-ribbon {
color: #2b8839;
}
.scorpion-green {
color: #5bcf4a;
}
.snarky-mint {
color: #99e67a;
}
.no-gmb-yellow {
color: #f7e587;
}
.koji-orange {
color: #f5b14d;
}
/* CSS Variables */
:root {
--green-ribbon:#2b8839;
--scorpion-green:#5bcf4a;
--snarky-mint:#99e67a;
--no-gmb-yellow:#f7e587;
--koji-orange:#f5b14d;
}