Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.empire-yellow {
color: #fad000;
}
.squash-blossom {
color: #f6b83c;
}
.royal-flycatcher-crest {
color: #f06c00;
}
.carmine-rose {
color: #ea5d8e;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--empire-yellow:#fad000;
--squash-blossom:#f6b83c;
--royal-flycatcher-crest:#f06c00;
--carmine-rose:#ea5d8e;
}