Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.floral-leaf {
color: #ffb84d;
}
.qing-yellow {
color: #ffcc66;
}
.butter-cupcake {
color: #ffda99;
}
.gold-thread {
color: #fce9b0;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--floral-leaf:#ffb84d;
--qing-yellow:#ffcc66;
--butter-cupcake:#ffda99;
--gold-thread:#fce9b0;
}