Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.cakepop-sorbet {
color: #f7c64b;
}
.fresh-yellow {
color: #f9e190;
}
.yucca-cream {
color: #a2d8c8;
}
.gumball {
color: #e4afd2;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--cakepop-sorbet:#f7c64b;
--fresh-yellow:#f9e190;
--yucca-cream:#a2d8c8;
--gumball:#e4afd2;
}