Color names in this palette
CSS code for this palette
/* CSS */
.pancotto-pugliese {
color: #c5d78e;
}
.giallo {
color: #f1d63b;
}
.y-ng-ch-ng-orange {
color: #f1a03b;
}
.fiery-coral {
color: #e0615c;
}
.purplish {
color: #9b508c;
}
/* CSS Variables */
:root {
--pancotto-pugliese:#c5d78e;
--giallo:#f1d63b;
--y-ng-ch-ng-orange:#f1a03b;
--fiery-coral:#e0615c;
--purplish:#9b508c;
}