Color names in this palette
CSS code for this palette
/* CSS */
.snot-green {
color: #a1c200;
}
.mogwa-cheong-yellow {
color: #e0d100;
}
.oyster-bisque {
color: #f2e5b1;
}
.sweet-midori {
color: #a6c856;
}
.medium-grey-green {
color: #4f6d4f;
}
/* CSS Variables */
:root {
--snot-green:#a1c200;
--mogwa-cheong-yellow:#e0d100;
--oyster-bisque:#f2e5b1;
--sweet-midori:#a6c856;
--medium-grey-green:#4f6d4f;
}