Color names in this palette
CSS code for this palette
/* CSS */
.go-bananas {
color: #f8c84f;
}
.mango-margarita {
color: #f8b44f;
}
.toucan {
color: #f3964f;
}
.entan-red {
color: #f06d4c;
}
.red-arremer {
color: #e64c4c;
}
/* CSS Variables */
:root {
--go-bananas:#f8c84f;
--mango-margarita:#f8b44f;
--toucan:#f3964f;
--entan-red:#f06d4c;
--red-arremer:#e64c4c;
}