UIColor-Hex
UIColor-Hex copied to clipboard
Fixed color creation when using CSS with 3 or 4 characters
When the CSS string uses a single character for the individual R, G, & B values, the single value is appended for each R, G, & B value instead of the alpha value getting appended. For example, "#ABC" will become "#AABBCC".