Feature Request: Space separated RGB values
https://tailwindcss.com/docs/customizing-colors#using-css-variables
It would be nice if 3) Get Code had the option to produce CSS variables with space-separated RGB values for use with dynamic opacity (or CSS variable theming in general).
If I get time, I can take a look to make a PR but it's been years since I've done Vue.js.
That's a very interesting feature, maybe a bit niche, but I can see it being very useful. We had a similar need for this recently and (a bit embarrassed to say), we decided to create multiple shades for the colors with opacity, using hex alpha.
This could be delivered in a modal along with some sort of instructions on how to implement the CSS variables.