Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.shocking-orange {
color: #ff6d1f;
}
.dusk-orange {
color: #ff4f42;
}
.chinese-new-year {
color: #ff2e66;
}
.sensitive-scorpion {
color: #c41c6d;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--shocking-orange:#ff6d1f;
--dusk-orange:#ff4f42;
--chinese-new-year:#ff2e66;
--sensitive-scorpion:#c41c6d;
}