Skip to content

Instantly share code, notes, and snippets.

@apt142
Created May 6, 2014 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apt142/5cb6ecf238a4b65719c6 to your computer and use it in GitHub Desktop.
Save apt142/5cb6ecf238a4b65719c6 to your computer and use it in GitHub Desktop.
Single word colors - simple color names for seeding or whatever.
$colors = array(
'Aqua',
'Azure',
'Beige',
'Black',
'Blue',
'Brown',
'Coral',
'Crimson',
'Cyan',
'Gold',
'Gray',
'Green',
'Indigo',
'Ivory',
'Khaki',
'Lavender',
'Lime',
'Linen',
'Magenta',
'Maroon',
'Mint',
'Navy',
'Olive',
'Orange',
'Orchid',
'Pink',
'Plum',
'Purple',
'Red',
'Salmon',
'Silver',
'Tan',
'Teal',
'Violet',
'White',
'Yellow'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment