Color names in this palette
CSS code for this palette
/* CSS */
.c-ng-l-green {
color: #0abd8d;
}
.peppy {
color: #72d5af;
}
.lemon-filling {
color: #f7e6a6;
}
.grapefruit-pulp {
color: #ff6e61;
}
.red-rampage {
color: #ef3b1f;
}
/* CSS Variables */
:root {
--c-ng-l-green:#0abd8d;
--peppy:#72d5af;
--lemon-filling:#f7e6a6;
--grapefruit-pulp:#ff6e61;
--red-rampage:#ef3b1f;
}