with one click
form-palette
// Use when asked to generate a color palette, create industry-matched colors, or pick colors for a product type. Examples: "color palette for fintech", "healthcare app colors", "SaaS brand colors"
// Use when asked to generate a color palette, create industry-matched colors, or pick colors for a product type. Examples: "color palette for fintech", "healthcare app colors", "SaaS brand colors"
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | form-palette |
| description | Use when asked to generate a color palette, create industry-matched colors, or pick colors for a product type. Examples: "color palette for fintech", "healthcare app colors", "SaaS brand colors" |
| allowed-tools | Read, Bash, Glob, Grep |
| version | 0.6.6 |
| author | tonone-ai <hello@tonone.ai> |
| license | MIT |
Follow the output format defined in docs/output-kit.md ā 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose.
Product needs a color palette. Industry or product type is known or discoverable from context.
python3 -m form_agent.uiux search --domain product --query "{product_type}" --limit 3
python3 -m form_agent.uiux search --domain color --query "{product_type}" --limit 3
āā Color Palette ā {product_type} āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā Token ā Light ā Dark ā WCAG ā
āāāāāāāāāāāāāāāāāāāāāāāāāā¼āāāāāāāāāāāāāāāāāāā¼āāāāāāāāāāāāāāāāāāā¼āāāāāāā¤
ā Primary ā {hex} ā {hex} ā AA ā
ā On Primary ā {hex} ā {hex} ā AA ā
ā Secondary ā {hex} ā {hex} ā AA ā
ā On Secondary ā {hex} ā {hex} ā AA ā
ā Accent ā {hex} ā {hex} ā AA ā
ā On Accent ā {hex} ā {hex} ā AA ā
ā Background ā {hex} ā {hex} ā ā ā
ā Foreground ā {hex} ā {hex} ā AA ā
ā Card ā {hex} ā {hex} ā ā ā
ā Card Foreground ā {hex} ā {hex} ā AA ā
ā Muted ā {hex} ā {hex} ā ā ā
ā Muted Foreground ā {hex} ā {hex} ā AA ā
ā Border ā {hex} ā {hex} ā ā ā
ā Destructive ā {hex} ā {hex} ā AA ā
ā On Destructive ā {hex} ā {hex} ā AA ā
ā Ring ā {hex} ā {hex} ā ā ā
āāāāāāāāāāāāāāāāāāāāāāāāāā“āāāāāāāāāāāāāāāāāāā“āāāāāāāāāāāāāāāāāāā“āāāāāāā
If output exceeds the 40-line CLI budget, invoke /atlas-report with the full findings. The HTML report is the output. CLI is the receipt ā box header, one-line verdict, top 3 findings, and the report path. Never dump analysis to CLI.