If the colour is the only difference between cards, then you could use one sprite with 2 animations - the first (animation 0) being red and the second (animation 1) being blue.
Then when you create a new card, randomise the animation number (set animation number = Random(1)).