Color names in this palette
CSS code for this palette
/* CSS */
.go-bananas {
color: #f8c84f;
}
.mad-for-mango {
color: #f5a300;
}
.orange-gluttony {
color: #e77e23;
}
.sour-cherry {
color: #e14b37;
}
.chin-chin-cherry {
color: #d82c5a;
}
/* CSS Variables */
:root {
--go-bananas:#f8c84f;
--mad-for-mango:#f5a300;
--orange-gluttony:#e77e23;
--sour-cherry:#e14b37;
--chin-chin-cherry:#d82c5a;
}