The reason for that is that colors are used by the simulation to highlight sequence flows. You can disable this feature by overriding it with an empty module.
new BpmnJS({
additionalModules: [
bpmnTokenSimulationModule,
{
preserveElementColors: [ 'value', {} ]
}
]
});