Color names in this palette
CSS code for this palette
/* CSS */
.support-green {
color: #7e9e00;
}
.snot-green {
color: #9dbd00;
}
.garlic-pesto {
color: #c4d600;
}
.alu-gobi {
color: #dbb700;
}
.flambrosia {
color: #e6a400;
}
/* CSS Variables */
:root {
--support-green:#7e9e00;
--snot-green:#9dbd00;
--garlic-pesto:#c4d600;
--alu-gobi:#dbb700;
--flambrosia:#e6a400;
}