Transparent/RGBA colors
First of all i think this is great 🎆 and thank you @desandro to make the web great again !
Feature Request (maybe?)
I think that would be cool to have an alpha value that change the color to exadecimal to rgba().
Something like this:

Add a 👍 reaction if you would like Huebee to support alpha values for transparent colors.
Do not add "+1" comment — they will be deleted. Subscribe to this issue using the button in the sidebar.
Thank you for this feature request.
You can add transparent or rgba colors via customColors. It accepts any valid color value.
customColor: [
'rgba(255, 0, 0, 0.5)',
'hsla(0, 100%, 50%, 0.5)',
'transparent',
]
But as for adding a separate UI for alpha, I'd rather not. Here are two of Huebee's principles:
- Keep it simple
- Focus on actual people using it
That's why Huebee only shows 200 colors instead of 17 million.
I decided to leave off transparent/alpha colors because I don't think the use case is that popular. It adds more complexity to the library, both in code and user experience.
Thank you @desandro for the quick reply :)
Keep it simple
I think that could be an extra feature to have opacity control but yes - it might compromise the semplicity 🚶