Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.contrasting-yellow {
color: #f0c000;
}
.moldy-ochre {
color: #d6a100;
}
.cookie-dough {
color: #a86d00;
}
.hazelnut-chocolate {
color: #7a3d00;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--contrasting-yellow:#f0c000;
--moldy-ochre:#d6a100;
--cookie-dough:#a86d00;
--hazelnut-chocolate:#7a3d00;
}