Color names in this palette
CSS code for this palette
/* CSS */
.saffron-mango {
color: #f9be58;
}
.pani-puri {
color: #f7a950;
}
.fire-flower {
color: #f7903b;
}
.prometheus-orange {
color: #f75722;
}
.reddish-orange {
color: #f7481d;
}
/* CSS Variables */
:root {
--saffron-mango:#f9be58;
--pani-puri:#f7a950;
--fire-flower:#f7903b;
--prometheus-orange:#f75722;
--reddish-orange:#f7481d;
}