Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.american-yellow {
color: #f0b400;
}
.german-mustard {
color: #d17a00;
}
.charlie-brown {
color: #9e5200;
}
.espresso-martini {
color: #8a3e00;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--american-yellow:#f0b400;
--german-mustard:#d17a00;
--charlie-brown:#9e5200;
--espresso-martini:#8a3e00;
}