CSS code for this palette
/* CSS */
.go-bananas {
color: #f8c84f;
}
.chat-orange {
color: #f79c3b;
}
.carrot {
color: #f76a3b;
}
.flamboyant {
color: #f73b3b;
}
.chi-gong {
color: #d82c2c;
}
/* CSS Variables */
:root {
--go-bananas:#f8c84f;
--chat-orange:#f79c3b;
--carrot:#f76a3b;
--flamboyant:#f73b3b;
--chi-gong:#d82c2c;
}