Color names in this palette
CSS code for this palette
/* CSS */
.tender-greens {
color: #c6d2b7;
}
.eerie-glow {
color: #a9d6bb;
}
.cheater {
color: #f2b05a;
}
.y-ng-ch-ng-orange {
color: #f49f3e;
}
.reductant {
color: #e65b5b;
}
/* CSS Variables */
:root {
--tender-greens:#c6d2b7;
--eerie-glow:#a9d6bb;
--cheater:#f2b05a;
--y-ng-ch-ng-orange:#f49f3e;
--reductant:#e65b5b;
}