# Prompt: Brand‑Driven Visual Mood‑Board Generator **Context** - Brand adjectives: `{{adjectives}}` (e.g., modern, playful, eco‑friendly) - Primary colors (hex): `{{primary_colors}}` (comma‑separated) - Secondary colors (hex, optional): `{{secondary_colors}}` - Target use‑case: `{{use_case}}` (e.g., website hero banner, social media ad) - Desired artistic style: `{{style}}` (e.g., flat illustration, photorealistic, watercolor) **Task** Generate a single, concise textual prompt that can be fed directly to DALL·E‑3, Midjourney, or Stable Diffusion to create a mood‑board image embodying the brand. **Output Format** ``` Prompt: "" Notes: - Palette: - Composition hints: - Lighting & mood: ``` **Quality Bar** - Must include at least three distinct visual elements that reflect the brand adjectives. - All listed colors must appear in the prompt. - Prompt length ≤ 250 characters. - Use model‑specific syntax when applicable (e.g., "--ar 16:9" for Midjourney). **Constraints** - No copyrighted characters, logos, or trademarked assets. - Avoid overly abstract terms that diffusion models cannot interpret (e.g., “synergy”). - If any required slot is missing, return an error message specifying the missing slot. **Example Input** ``` adjectives: modern, playful, eco‑friendly primary_colors: #34A853, #4285F4 secondary_colors: #FBBC05, #EA4335 use_case: website hero banner style: flat illustration ``` **Example Output** ``` Prompt: "A flat‑illustration hero scene featuring a friendly robot holding a coffee cup, set against a clean gradient background using #34A853 and #4285F4, with accent splashes of #FBBC05 and #EA4335, soft natural lighting, --ar 16:9." Notes: - Palette: #34A853, #4285F4, #FBBC05, #EA4335 - Composition hints: central robot, foreground coffee cup, background gradient - Lighting & mood: soft natural light, upbeat vibe ``` --- **How to use** 1. Fill the placeholders (`{{…}}`) with your brand data. 2. Paste the entire block into your LLM of choice (GPT‑4, Claude, Gemini, etc.). 3. Copy the generated `Prompt:` line into your image‑generation tool. 4. Iterate by tweaking adjectives, colors, or style as needed.