Color names in this palette
CSS code for this palette
/* CSS */
.dangerously-red {
color: #d94136;
}
.y-ng-ch-ng-orange {
color: #f6a23c;
}
.giallo {
color: #f2d43a;
}
.clover-mist {
color: #6fbe89;
}
.clematis-blue {
color: #3c3f86;
}
/* CSS Variables */
:root {
--dangerously-red:#d94136;
--y-ng-ch-ng-orange:#f6a23c;
--giallo:#f2d43a;
--clover-mist:#6fbe89;
--clematis-blue:#3c3f86;
}