Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.philippine-golden-yellow {
color: #f0b800;
}
.yuzu-jam {
color: #fad400;
}
.dilly-dally {
color: #f3df5e;
}
.frisky {
color: #c7e09f;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--philippine-golden-yellow:#f0b800;
--yuzu-jam:#fad400;
--dilly-dally:#f3df5e;
--frisky:#c7e09f;
}