fun String.toColorIntOrNull(): Int?
Uses Color.parseColor to convert string representation of a color to integer, or null if string can't be parsed.