I have a collection call colors. I have about 15 color elements in this collection.

When I'm adding colors to the collection is there away to see if one of them already exist. For example lets say element #3 is blue, but at 16 the user wants to add blue again, how could I test to see if its already there
Thanks