Add color selection options like HSL, RGB

Hi, Currently in FancyFramework, the color value selection and input feature is only HEX. It would be better if we could input HSL and RGB. For example: hsl(265, 83%, 57%), hsla(265,83,57, 1), rgb(131,56,236), rgba(131,56,236, 1). A tool I often use you can refer to: https://brickstemplate.com/color-converter/ . Thanks.