When assigning Tailwind config color values as hexadecimals, tailwind does an awesome trick with CSS variables to enable tailwind to do bg-opacity and text-opacity, by converting the hex into RGBA and ...
As it is written in reference you can very easily work with rgb() and hsl() and their semi-transparent / transparent variant functions rgba() and hsla(). Hex code can use format #FFFFFF or transparent ...
Here are some CSS properties, which looks similar. It's hard to find the difference between them. Visibility:hidden property hides the element in which this property is used but still occupies the ...