Color names in this palette
CSS code for this palette
/* CSS */
.y-ng-ch-ng-orange {
color: #f6a23c;
}
.crunch {
color: #f4b75d;
}
.salmon-eggs {
color: #f4d15d;
}
.dull-yellow {
color: #f1df5b;
}
.mystic-tulip {
color: #f7b7a1;
}
/* CSS Variables */
:root {
--y-ng-ch-ng-orange:#f6a23c;
--crunch:#f4b75d;
--salmon-eggs:#f4d15d;
--dull-yellow:#f1df5b;
--mystic-tulip:#f7b7a1;
}