Right now, the values of a `param.Color` parameter may only be specified in hex format. In addition, it would be nice to allow: - css [named colors](https://www.w3schools.com/colors/colors_names.asp) (e.g. `"red"`, `"crimson"`, `"pink"`) - rgb(a), hsl(a) (e.g. `"rgb(128, 128, 64)"`): See https://www.w3schools.com/cssref/css_colors_legal.asp Do you foresee any downstream ecosystem problems associated with expanding the set of allowed colors?
Right now, the values of a
param.Colorparameter may only be specified in hex format. In addition, it would be nice to allow:"red","crimson","pink")"rgb(128, 128, 64)"): See https://www.w3schools.com/cssref/css_colors_legal.aspDo you foresee any downstream ecosystem problems associated with expanding the set of allowed colors?