All defined colours, whether built-in or user-defined have two attributes:
<color name="cool gray" color="#607080" />
name. A string. The 'name' of the colour: can be anything.
color. The actual colour used. Stored as a hash-prefixed six-digit hex code.