Color names in this palette
CSS code for this palette
/* CSS */
.forsythia-blossom {
color: #f9d66c;
}
.mad-for-mango {
color: #f5a300;
}
.royal-flycatcher-crest {
color: #f06400;
}
.deep-orange {
color: #d64b00;
}
.true-purple {
color: #6f2c90;
}
/* CSS Variables */
:root {
--forsythia-blossom:#f9d66c;
--mad-for-mango:#f5a300;
--royal-flycatcher-crest:#f06400;
--deep-orange:#d64b00;
--true-purple:#6f2c90;
}