Color names in this palette
CSS code for this palette
/* CSS */
.chanterelle {
color: #d9a520;
}
.sun-crete {
color: #ff8c00;
}
.inferno-orange {
color: #ff4400;
}
.wild-rider-red {
color: #db143c;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
/* CSS Variables */
:root {
--chanterelle:#d9a520;
--sun-crete:#ff8c00;
--inferno-orange:#ff4400;
--wild-rider-red:#db143c;
--f-n-h-ng-pink:#ff6bb5;
}