Hello,
If you want the host to choose a color, then pick it and broadcast the information to all peers. Then make the changes peer side according to.
From host :
Multiplayer => Broadcast action with a tag like "ColorSet" or something.
On peer :
Multiplayer => On message "ColorSet" do whatever events you want to change color.