Color names in this palette
CSS code for this palette
/* CSS */
.mogwa-cheong-yellow {
color: #e0d100;
}
.garlic-pesto {
color: #c3d100;
}
.snot-green {
color: #a1c200;
}
.mustard-green {
color: #a4b300;
}
.sulphine-yellow {
color: #c2a500;
}
/* CSS Variables */
:root {
--mogwa-cheong-yellow:#e0d100;
--garlic-pesto:#c3d100;
--snot-green:#a1c200;
--mustard-green:#a4b300;
--sulphine-yellow:#c2a500;
}