Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.shocking-orange {
color: #ff6d1f;
}
.furnace {
color: #da3d25;
}
.radish {
color: #a32e3e;
}
.winter-bloom {
color: #5a2a4d;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--shocking-orange:#ff6d1f;
--furnace:#da3d25;
--radish:#a32e3e;
--winter-bloom:#5a2a4d;
}