The WebMenu object model contains properties that control the color of various elements. Each color property accepts a string value, allowing you to use any acceptable HTML value.
Hexadecimal Triplets
The most compatible color specifier is the RGB hexadecimal triplet; three pairs of hexadecimal numbers corresponding to the red, green and blue components respectively, placed together and prefixed with a pound sign (ie: #ff0000 yields a bright red color).
Plain-language
You can also use plain-language definitions which are supported by popular browsers. The HTML recommendation specifies a library of 16 colors: Black, White, Silver, Gray, Red, Maroon, Purple, Fuchsia, Green, Olive, Lime, Yellow, Navy, Blue, Teal and Aqua. Newer web browsers recognize an even greater list of plain-language definitions.