Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.marigold-dust {
color: #f8d03f;
}
.butter-cream {
color: #f1b341;
}
.yamabukicha-gold {
color: #c97b1d;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--marigold-dust:#f8d03f;
--butter-cream:#f1b341;
--yamabukicha-gold:#c97b1d;
--vampire-red:#d63f2e;
}