Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.carrot-orange {
color: #f48d1f;
}
.mango-margarita {
color: #f7b84b;
}
.golden-crest {
color: #f7c869;
}
.milky-maize {
color: #f9d89f;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--carrot-orange:#f48d1f;
--mango-margarita:#f7b84b;
--golden-crest:#f7c869;
--milky-maize:#f9d89f;
}