Looking for a method to organize sets of colors

The new idea I had was to make a Blueprint class containing a variable for each color, then make child blueprints for each set. Then, I’ll place these child blueprints in the level, connect the actors to the master color-changer blueprint (by setting up an array of this class and picking them with the eyedropper) and steal the colors from them that way.