The simple color object
Type: String
Regular expression: ^#[0-9a-f]{6}$
A simple color is a seven-character string representing the red, green and blue components of a color, as defined in the HTML standard. This is commonly known as a hexcode or hex value.
Examples: #000000 (black), #ff0000 (red).
Parent objects
This object is used by the following parent objects:
- clef: "color"