About the Tailwind Config Visualizer

When building a project with Tailwind CSS, your config file defines your design system — but it's hard to reason about colours, spacing scales, and typography just by reading JavaScript values. This tool turns your config into a visual style guide instantly.

What gets visualised

Frequently Asked Questions

What does this parse?
Colors (hex/rgb/hsl), spacing, font families, font sizes, and border radius from your theme.extend or theme block.
Does it support nested palettes?
Yes — nested objects like primary: { 500: "#..." } expand into individual swatches labelled primary-500 etc.
Is my config sent to a server?
No. All parsing runs in your browser. Your config never leaves your device.
Vibe Coding tools
Ad