CSS code for this palette
/* CSS */
.black-howl {
color: #1f1f2e;
}
.mountain-fig {
color: #39394c;
}
.taylor {
color: #5c5c7a;
}
.ponceau {
color: #f85d72;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--black-howl:#1f1f2e;
--mountain-fig:#39394c;
--taylor:#5c5c7a;
--ponceau:#f85d72;
--usc-gold:#ffcc00;
}