Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.shocking-orange {
color: #ff6d1f;
}
.sunflower-mango {
color: #ffb700;
}
.chilled-lemonade {
color: #ffea94;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--shocking-orange:#ff6d1f;
--sunflower-mango:#ffb700;
--chilled-lemonade:#ffea94;
--coquelicot:#ff3c00;
}