Color names in this palette
CSS code for this palette
/* CSS */
.tartrazine {
color: #f5d819;
}
.y-ng-ch-ng-orange {
color: #f1a03b;
}
.chinese-orange {
color: #f56e3d;
}
.mandarin-red {
color: #e54f3e;
}
.cherry-lolly {
color: #c43b5d;
}
/* CSS Variables */
:root {
--tartrazine:#f5d819;
--y-ng-ch-ng-orange:#f1a03b;
--chinese-orange:#f56e3d;
--mandarin-red:#e54f3e;
--cherry-lolly:#c43b5d;
}