Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.mango-margarita {
color: #f7ba4b;
}
.cream-blush {
color: #f6c598;
}
.frangipane {
color: #f6d4b1;
}
.chafed-wheat {
color: #f6e1d0;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--mango-margarita:#f7ba4b;
--cream-blush:#f6c598;
--frangipane:#f6d4b1;
--chafed-wheat:#f6e1d0;
}