Color names in this palette
CSS code for this palette
/* CSS */
.bright-yarrow {
color: #f9d16c;
}
.mad-for-mango {
color: #f5a300;
}
.hot-sand {
color: #ccaa00;
}
.cobra-leather {
color: #b38c00;
}
.vermin-brown {
color: #8f6b00;
}
/* CSS Variables */
:root {
--bright-yarrow:#f9d16c;
--mad-for-mango:#f5a300;
--hot-sand:#ccaa00;
--cobra-leather:#b38c00;
--vermin-brown:#8f6b00;
}