Color names in this palette
CSS code for this palette
/* CSS */
.go-bananas {
color: #f7c750;
}
.mad-for-mango {
color: #faa200;
}
.royal-flycatcher-crest {
color: #f56a00;
}
.flame-of-prometheus {
color: #d63900;
}
.ravishing-rouge {
color: #b81f00;
}
/* CSS Variables */
:root {
--go-bananas:#f7c750;
--mad-for-mango:#faa200;
--royal-flycatcher-crest:#f56a00;
--flame-of-prometheus:#d63900;
--ravishing-rouge:#b81f00;
}