# Tool: Design Prompt for Material Design Color Palettes

> Craft accessible color systems with the BOPINK Material Tokens Prompt Generator. Built for UI Designers, Design System Engineers, and Frontend Developers, this tool generates prompts that instruct AI models to construct Material Design 3 color palettes with precise light and dark theme elevation tokens, WCAG AA 4.5:1 contrast ratios, and CSS Variable / Tailwind export objects.

**Category**: prompts-code-design | **Target AI Models**: Claude 3.5 Sonnet, Gemini 3.6 Flash

## Domain Parameters:
- `colorVibe` (select): Palette Brand Vibe (Default: "Warm Editorial")
- `contrastTarget` (select): WCAG Contrast Threshold (Default: "WCAG AA")
- `exportFormats` (multiselect): Token Export Formats (Default: "CSS Vars,Tailwind Config")
- `includeDarkInversion` (toggle): Automatic Dark Mode Token Set (Default: "true")

## Master Prompt Engineering Architecture (5 Pillars):
1. **Role & Persona**: Domain expert framing
2. **Task & Deliverable**: Primary objective & constraints
3. **Context & Parameters**: Technical specs & camera/stack parameters
4. **Negative Constraints**: Forbidden artifacts & bad practices
5. **Output Spec**: Section formatting & XML/Markdown structure

## Programmatic API Execution:
```http
POST /api/generate-prompt
Content-Type: application/json

{
  "toolSlug": "design-prompt-for-material-design-color-palettes",
  "rawPrompt": "Your raw concept here",
  "thinkingLevel": "HIGH"
}
```
