Static method to convert a hex string to a Color
static Color fromHex(String hexString) { return HexColor(hexString); }