Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.syndicalist {
color: #f5c400;
}
.hot-butter {
color: #e6a100;
}
.curry-powder {
color: #d16900;
}
.charlie-brown {
color: #9e4f00;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--syndicalist:#f5c400;
--hot-butter:#e6a100;
--curry-powder:#d16900;
--charlie-brown:#9e4f00;
}