public static fromHex(value as String) as Color:
Parses a CSS hexadecimal color literal.
Both compact (#RGB, #RGBA) and expanded (#RRGGBB, #RRGGBBAA) forms are accepted.
#RGB
#RGBA
#RRGGBB
#RRGGBBAA
accent = Color.fromHex("#3B8ED0")