generate_tailwind
Generate a Tailwind CSS color config object. Colors are mapped to standard shades (50, 100, 200 … 900) in order. Paste the result into tailwind.config.js theme.extend.colors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Color group key (default: "brand") | |
| colors | Yes | Array of hex color strings (up to 10) |