Color names in this palette
CSS code for this palette
/* CSS */
.crazy {
color: #e6c73d;
}
.mad-for-mango {
color: #f5a300;
}
.shocking-orange {
color: #ff6d1f;
}
.fireglow {
color: #d45d40;
}
.cleopatra-s-gown {
color: #7e4b8b;
}
/* CSS Variables */
:root {
--crazy:#e6c73d;
--mad-for-mango:#f5a300;
--shocking-orange:#ff6d1f;
--fireglow:#d45d40;
--cleopatra-s-gown:#7e4b8b;
}