Color names in this palette
CSS code for this palette
/* CSS */
.toucan-gentleman {
color: #fbcb09;
}
.mad-for-mango {
color: #faa200;
}
.butternut-squash {
color: #fa7500;
}
.tangelo {
color: #f54e00;
}
.flame-of-prometheus {
color: #d63900;
}
/* CSS Variables */
:root {
--toucan-gentleman:#fbcb09;
--mad-for-mango:#faa200;
--butternut-squash:#fa7500;
--tangelo:#f54e00;
--flame-of-prometheus:#d63900;
}