Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.princeton-orange {
color: #ff9100;
}
.smashing-pumpkins {
color: #ff5724;
}
.akuma {
color: #d33131;
}
.bright-rose {
color: #c3185d;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--princeton-orange:#ff9100;
--smashing-pumpkins:#ff5724;
--akuma:#d33131;
--bright-rose:#c3185d;
}