There is the Colors array in Graphics.pas. Unfortunately it's declared in the implementation section, so you can't
access it directly. But you can fill your array with the GetColorValues function and get the TColor values from the color names via StringToColor.