Color names in this palette
CSS code for this palette
/* CSS */
.toucan-gentleman {
color: #fbcb09;
}
.mad-for-mango {
color: #f5a300;
}
.bright-marigold {
color: #eb7d00;
}
.exuberance {
color: #d65c05;
}
.dark-orange {
color: #c74c00;
}
/* CSS Variables */
:root {
--toucan-gentleman:#fbcb09;
--mad-for-mango:#f5a300;
--bright-marigold:#eb7d00;
--exuberance:#d65c05;
--dark-orange:#c74c00;
}