The core feature of the tool is palette generation that maps directly back to existing CSS variables. Instead of generating random colors, the extension keeps the same variable structure and updates values in a consistent way.
To avoid unwanted changes, I added an exclude system that allows ignoring specific variables, such as framework or utility colors.
I use TintAI across all my projects to tweak colors, test themes, and generate palettes. For example, In my last project, Wordleful, I used it to generate six different themes by simply describing the look I wanted. The extension generated the themes using the page’s existing color variables, allowing me to export everything at once without changing my code.