pub fn parse_css_hex(value: &str) -> Option<[f32; 3]>
Parse #rrggbb / #rgb / 0xrrggbb (returns None on anything else).
#rrggbb
#rgb
0xrrggbb