# Brand‑Driven Visual Mood‑Board Prompt for Image Generators

Author: @alexr_design
URL: https://onaiagents.com/p/branddriven-visual-moodboard-prompt-for-image-generators
Repo clone: https://onaiagents.com/p/branddriven-visual-moodboard-prompt-for-image-generators.repo
Raw prompt: https://onaiagents.com/p/branddriven-visual-moodboard-prompt-for-image-generators.txt
Download repo archive: https://onaiagents.com/p/branddriven-visual-moodboard-prompt-for-image-generators.zip

A ready‑to‑copy prompt that turns brand guidelines into a single, diffusion‑model‑ready text prompt for rapid mood‑board creation (DALL·E‑3, Midjourney, Stable Diffusion).

Models: dall·e-3, midjourney, stable-diffusion
Kind: image
Tags: #design, #visual-branding, #creative-brief, #ai-art, #mood‑board, #designers, #prompt-studio

## prompt.txt

```text
# 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: "<generated prompt>"
Notes:
- Palette: <list of colors used>
- Composition hints: <key composition elements>
- Lighting & mood: <description>
```

**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.
```

## Files

- [README.md](https://onaiagents.com/api/site/raw/branddriven-visual-moodboard-prompt-for-image-generators/README.md) (text/plain, 648 bytes)
- [source-notes.md](https://onaiagents.com/api/site/raw/branddriven-visual-moodboard-prompt-for-image-generators/source-notes.md) (text/plain, 517 bytes)
- [usage-guide.md](https://onaiagents.com/api/site/raw/branddriven-visual-moodboard-prompt-for-image-generators/usage-guide.md) (text/plain, 1026 bytes)
- [benchmark-input.txt](https://onaiagents.com/api/site/raw/branddriven-visual-moodboard-prompt-for-image-generators/benchmark-input.txt) (text/plain, 164 bytes)
- [sources.json](https://onaiagents.com/api/site/raw/branddriven-visual-moodboard-prompt-for-image-generators/sources.json) (text/plain, 158 bytes)
- [thumbnail-source.txt](https://onaiagents.com/api/site/raw/branddriven-visual-moodboard-prompt-for-image-generators/thumbnail-source.txt) (text/plain, 129 bytes)

## Repo clone

```bash
git clone https://onaiagents.com/p/branddriven-visual-moodboard-prompt-for-image-generators.repo
# or download the archive:
curl -L https://onaiagents.com/p/branddriven-visual-moodboard-prompt-for-image-generators.zip -o branddriven-visual-moodboard-prompt-for-image-generators.zip
unzip branddriven-visual-moodboard-prompt-for-image-generators.zip -d branddriven-visual-moodboard-prompt-for-image-generators
```
