Fill in the fields:
Without #

Result:

Generated Tailwind Config
1
{
2
  theme: {
3
    extend: {
4
      colors: {},
5
    },
6
  },
7
}
Generated CSS Variables
1

2
:root {
3

4
}