Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d22d2d;
}
.y-ng-ch-ng-orange {
color: #f3a23f;
}
.sparkling-apple {
color: #76af41;
}
.dayflower {
color: #37a0e1;
}
.blackberry-yogurt {
color: #e5b8e0;
}
/* CSS Variables */
:root {
--chi-gong:#d22d2d;
--y-ng-ch-ng-orange:#f3a23f;
--sparkling-apple:#76af41;
--dayflower:#37a0e1;
--blackberry-yogurt:#e5b8e0;
}