Creates a ramp from a list of hex color strings.
factory ChartRamp.fromHexes(List<String> hexes) { return ChartRamp(hexes.map(uvColorFromHex).toList(growable: false)); }