Changing color of multiple 2d objects in code.

so I currently tagged 5 different items with the same tag. I just want be able to change the color of these 2d items with one function. so far I only have:

public void Change(){

         GameObject[] sprites = GameObject.FindGameObjectsWithTag("changeable");

}

found it! had to do a for loop as well as doing a sprites.length