Color names in this palette
CSS code for this palette
/* CSS */
.elf-green {
color: #16886a;
}
.c-o-l-grass {
color: #1e9f7c;
}
.garish-green {
color: #4abf8e;
}
.hospital-green {
color: #94e1a3;
}
.yellow-chalk {
color: #f3f7b1;
}
/* CSS Variables */
:root {
--elf-green:#16886a;
--c-o-l-grass:#1e9f7c;
--garish-green:#4abf8e;
--hospital-green:#94e1a3;
--yellow-chalk:#f3f7b1;
}