Color names in this palette
CSS code for this palette
/* CSS */
.go-bananas {
color: #f7c750;
}
.mango-margarita {
color: #f9b74e;
}
.pani-puri {
color: #f7a950;
}
.troll-slayer-orange {
color: #f6a34c;
}
.chat-orange {
color: #f6993c;
}
/* CSS Variables */
:root {
--go-bananas:#f7c750;
--mango-margarita:#f9b74e;
--pani-puri:#f7a950;
--troll-slayer-orange:#f6a34c;
--chat-orange:#f6993c;
}