After generating your AI Color System, you'll see an export section with multiple format options:
- Tailwind CSS: Copy the configuration code and paste it into your
tailwind.config.js file. Then use classes like bg-primary-500 or text-danger-100.
- CSS Variables: Copy the CSS custom properties and add them to your stylesheet. Use them like
background-color: var(--primary-500);
- JSON: Raw color data perfect for importing into design tools or JavaScript applications.
Each format includes copy-to-clipboard buttons for easy integration into your projects.