Generate color palettes from design style characteristics
/plugin marketplace add Lobbi-Docs/claude/plugin install frontend-design-system@claude-orchestration<style_name> [mode]# Color Palette Generation Command Generate comprehensive color palettes from design styles with semantic colors, contrast ratios, and accessibility validation. ## Usage ## Arguments - `style_name` (required): Design style name to extract palette from - `mode` (optional): Color mode - `light`, `dark`, or `both` (default: `both`) ## Examples ## Execution Flow ### 1. Load Design Style Extract style characteristics and base colors from the design style database. ### 2. Generate Color Scales For each primary color, generate a complete 50-900 scale: ### 3. Generate Semantic Colo...