Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.saffron-gold {
color: #f58f00;
}
.cakepop-sorbet {
color: #f6c446;
}
.cente-tl-yellow {
color: #f6e179;
}
.yippie-ya-yellow {
color: #f9f19f;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--saffron-gold:#f58f00;
--cakepop-sorbet:#f6c446;
--cente-tl-yellow:#f6e179;
--yippie-ya-yellow:#f9f19f;
}