Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.mandarin-jelly {
color: #ff8800;
}
.smashing-pumpkins {
color: #ff5724;
}
.moth-orchid {
color: #d6006f;
}
.noble-cause-purple {
color: #7b1fa3;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--mandarin-jelly:#ff8800;
--smashing-pumpkins:#ff5724;
--moth-orchid:#d6006f;
--noble-cause-purple:#7b1fa3;
}