Color names in this palette
CSS code for this palette
/* CSS */
.y-ng-ch-ng-orange {
color: #f6a23c;
}
.yellow-cream {
color: #f1d46a;
}
.lilliputian-lime {
color: #7fd959;
}
.rockman-blue {
color: #39a9f3;
}
.carmine-rose {
color: #e65b8c;
}
/* CSS Variables */
:root {
--y-ng-ch-ng-orange:#f6a23c;
--yellow-cream:#f1d46a;
--lilliputian-lime:#7fd959;
--rockman-blue:#39a9f3;
--carmine-rose:#e65b8c;
}