Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.shocking-orange {
color: #ff6d1f;
}
.sunflower-mango {
color: #ffb700;
}
.empire-yellow {
color: #f5d000;
}
.disc-jockey {
color: #4bceb3;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--shocking-orange:#ff6d1f;
--sunflower-mango:#ffb700;
--empire-yellow:#f5d000;
--disc-jockey:#4bceb3;
}