You need some logic to select a color for every circle. Many ways to do this.
Have a method that returns a color and call that for the next color to use.
Now use some brain power and think how the...