I want an array where each field in the array contains a color code
array(0 => '#4CFF00', 1 => '#FFE97F')
And I want this to go through the whole spectrum of colors starting from green to black.
green-> blue -> dark blue -> purple -> yellow -> orange -> red -> brown ->black
This order doesn't need to be exactly the same, but I think you get the picture. Can anybody help with this? Is there a website that has done this before?