Color names in this palette
CSS code for this palette
/* CSS */
.c-ng-l-green {
color: #0abd8d;
}
.mint-jelly {
color: #4ee4a1;
}
.jittery-jade {
color: #79e6b9;
}
.seafair-green {
color: #b5f2d9;
}
.whitest-white {
color: #f7f9f5;
}
/* CSS Variables */
:root {
--c-ng-l-green:#0abd8d;
--mint-jelly:#4ee4a1;
--jittery-jade:#79e6b9;
--seafair-green:#b5f2d9;
--whitest-white:#f7f9f5;
}