Selecting particle colors from a predefined list

Is it possible to set the particle color from a list? Suppose I want my particle colors to be red, orange, yellow or green.
I know I can randomize the colors, but is not that what I want. I already found out that I can create an array of colors in the parameters but I can’t use that array for the Color.
Here:
image

You can make the list in a BP array, and set the color from there, using a user variable.

I already have an array or colors as a user parameter in the Emitter, but the question is how can I use that array to set the color?
image

image

Alright, I found out how to do it.
I converted the Color to Vector and Float and added an array of Vectors for the colors.

image

Or you can use a color parameter :slight_smile: