Change the colour of a particle

I'm working in 1.14 and I have this particle command: /particle minecraft:effect ~-10 ~ ~ 1 0 1 1 50which is the particle effect for potions, the swirling bubbles. The problem with this is that the effect will always be white. I'd like to change the colour of this paricle, similar to what you can do with the dust particle, where you use RBG codes to change the colour. But whenever I try to define these parameters for the effects particle, I am getting an error. Is there a way I can change the colour of the effect particle specifically?


You can use this command to make red particles:

/particle entity_effect ~ ~ ~10 1 0 0 1 0 normal @a

The syntax is

/particle entity_effect <location> <red> <green> <blue> <changes saturation in some way> 0 <normal|forced> <viewers>