@editframe/create 0.44.0 → 0.45.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +16 -28
- package/dist/index.js.map +1 -1
- package/dist/skills/editframe-brand-video-generator/README.md +155 -0
- package/dist/skills/editframe-brand-video-generator/SKILL.md +207 -0
- package/dist/skills/editframe-brand-video-generator/references/brand-examples.md +178 -0
- package/dist/skills/editframe-brand-video-generator/references/color-psychology.md +227 -0
- package/dist/skills/editframe-brand-video-generator/references/composition-patterns.md +383 -0
- package/dist/skills/editframe-brand-video-generator/references/editing.md +66 -0
- package/dist/skills/editframe-brand-video-generator/references/emotional-arcs.md +496 -0
- package/dist/skills/editframe-brand-video-generator/references/genre-selection.md +135 -0
- package/dist/skills/editframe-brand-video-generator/references/transition-styles.md +611 -0
- package/dist/skills/editframe-brand-video-generator/references/typography-personalities.md +326 -0
- package/dist/skills/editframe-brand-video-generator/references/video-archetypes.md +86 -0
- package/dist/skills/editframe-brand-video-generator/references/video-fundamentals.md +169 -0
- package/dist/skills/editframe-brand-video-generator/references/visual-metaphors.md +50 -0
- package/dist/skills/editframe-composition/SKILL.md +169 -0
- package/dist/skills/editframe-composition/references/audio.md +483 -0
- package/dist/skills/editframe-composition/references/captions.md +844 -0
- package/dist/skills/editframe-composition/references/composition-model.md +73 -0
- package/dist/skills/editframe-composition/references/configuration.md +403 -0
- package/dist/skills/editframe-composition/references/css-parts.md +105 -0
- package/dist/skills/editframe-composition/references/css-variables.md +640 -0
- package/dist/skills/editframe-composition/references/entry-points.md +810 -0
- package/dist/skills/editframe-composition/references/events.md +499 -0
- package/dist/skills/editframe-composition/references/getting-started.md +259 -0
- package/dist/skills/editframe-composition/references/hooks.md +234 -0
- package/dist/skills/editframe-composition/references/image.md +241 -0
- package/dist/skills/editframe-composition/references/r3f.md +580 -0
- package/dist/skills/editframe-composition/references/render-api.md +484 -0
- package/dist/skills/editframe-composition/references/render-strategies.md +119 -0
- package/dist/skills/editframe-composition/references/render-to-video.md +1101 -0
- package/dist/skills/editframe-composition/references/scripting.md +606 -0
- package/dist/skills/editframe-composition/references/sequencing.md +116 -0
- package/dist/skills/editframe-composition/references/server-rendering.md +753 -0
- package/dist/skills/editframe-composition/references/surface.md +329 -0
- package/dist/skills/editframe-composition/references/text.md +627 -0
- package/dist/skills/editframe-composition/references/time-model.md +99 -0
- package/dist/skills/editframe-composition/references/timegroup-modes.md +102 -0
- package/dist/skills/editframe-composition/references/timegroup.md +457 -0
- package/dist/skills/editframe-composition/references/timeline-root.md +398 -0
- package/dist/skills/editframe-composition/references/transcription.md +47 -0
- package/dist/skills/editframe-composition/references/transitions.md +608 -0
- package/dist/skills/editframe-composition/references/use-media-info.md +357 -0
- package/dist/skills/editframe-composition/references/video.md +506 -0
- package/dist/skills/editframe-composition/references/waveform.md +327 -0
- package/dist/skills/editframe-editor-gui/SKILL.md +152 -0
- package/dist/skills/editframe-editor-gui/references/active-root-temporal.md +657 -0
- package/dist/skills/editframe-editor-gui/references/canvas.md +947 -0
- package/dist/skills/editframe-editor-gui/references/controls.md +366 -0
- package/dist/skills/editframe-editor-gui/references/dial.md +756 -0
- package/dist/skills/editframe-editor-gui/references/editor-toolkit.md +587 -0
- package/dist/skills/editframe-editor-gui/references/filmstrip.md +460 -0
- package/dist/skills/editframe-editor-gui/references/fit-scale.md +772 -0
- package/dist/skills/editframe-editor-gui/references/focus-overlay.md +561 -0
- package/dist/skills/editframe-editor-gui/references/hierarchy.md +544 -0
- package/dist/skills/editframe-editor-gui/references/overlay-item.md +634 -0
- package/dist/skills/editframe-editor-gui/references/overlay-layer.md +429 -0
- package/dist/skills/editframe-editor-gui/references/pan-zoom.md +568 -0
- package/dist/skills/editframe-editor-gui/references/pause.md +397 -0
- package/dist/skills/editframe-editor-gui/references/play.md +370 -0
- package/dist/skills/editframe-editor-gui/references/preview.md +391 -0
- package/dist/skills/editframe-editor-gui/references/resizable-box.md +749 -0
- package/dist/skills/editframe-editor-gui/references/scrubber.md +588 -0
- package/dist/skills/editframe-editor-gui/references/thumbnail-strip.md +566 -0
- package/dist/skills/editframe-editor-gui/references/time-display.md +492 -0
- package/dist/skills/editframe-editor-gui/references/timeline-ruler.md +489 -0
- package/dist/skills/editframe-editor-gui/references/timeline.md +604 -0
- package/dist/skills/editframe-editor-gui/references/toggle-loop.md +618 -0
- package/dist/skills/editframe-editor-gui/references/toggle-play.md +526 -0
- package/dist/skills/editframe-editor-gui/references/transform-handles.md +924 -0
- package/dist/skills/editframe-editor-gui/references/trim-handles.md +725 -0
- package/dist/skills/editframe-editor-gui/references/workbench.md +453 -0
- package/dist/skills/editframe-motion-design/SKILL.md +101 -0
- package/dist/skills/editframe-motion-design/references/0-editframe.md +299 -0
- package/dist/skills/editframe-motion-design/references/1-intent.md +201 -0
- package/dist/skills/editframe-motion-design/references/2-physics-model.md +405 -0
- package/dist/skills/editframe-motion-design/references/3-attention.md +350 -0
- package/dist/skills/editframe-motion-design/references/4-process.md +418 -0
- package/dist/skills/editframe-vite-plugin/SKILL.md +75 -0
- package/dist/skills/editframe-vite-plugin/references/file-api.md +111 -0
- package/dist/skills/editframe-vite-plugin/references/getting-started.md +96 -0
- package/dist/skills/editframe-vite-plugin/references/jit-transcoding.md +91 -0
- package/dist/skills/editframe-vite-plugin/references/local-assets.md +75 -0
- package/dist/skills/editframe-vite-plugin/references/visual-testing.md +136 -0
- package/dist/skills/editframe-webhooks/SKILL.md +126 -0
- package/dist/skills/editframe-webhooks/references/events.md +382 -0
- package/dist/skills/editframe-webhooks/references/getting-started.md +232 -0
- package/dist/skills/editframe-webhooks/references/security.md +418 -0
- package/dist/skills/editframe-webhooks/references/testing.md +409 -0
- package/dist/skills/editframe-webhooks/references/troubleshooting.md +457 -0
- package/dist/templates/html/AGENTS.md +13 -0
- package/dist/templates/react/AGENTS.md +13 -0
- package/dist/utils.js +15 -16
- package/dist/utils.js.map +1 -1
- package/package.json +1 -1
- package/tsdown.config.ts +4 -0
- package/dist/detectAgent.js +0 -89
- package/dist/detectAgent.js.map +0 -1
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Brand Examples and Category Guidance
|
|
3
|
+
description: Category-specific structural truths, false differentiators, and visual specificity examples for brand video generation.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Brand Examples and Category Guidance
|
|
7
|
+
|
|
8
|
+
Use this reference when you need concrete illustrations of the protocol operations. The examples here show what each operation looks like applied to specific categories — not templates to copy.
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## Structural Truths (Operation 1 examples)
|
|
13
|
+
|
|
14
|
+
What makes a structural truth non-transferable:
|
|
15
|
+
|
|
16
|
+
**Software/developer tools**
|
|
17
|
+
- "Their entire product is built on a single unified object model — the same object in the risk system is the same object in the connect system and billing system; no translation layer." (payments API)
|
|
18
|
+
- "They removed the 'new file' concept entirely — there are no saved files, only shareable URLs." (browser-native design tool)
|
|
19
|
+
- "Issues that enter triage exit resolved — no ambiguous state, no 'in review forever'." (opinionated issue tracker)
|
|
20
|
+
- "You retain full database access — row-level security written in standard SQL, realtime via database replication, queryable with any standard client." (backend-as-a-service built on an existing database)
|
|
21
|
+
|
|
22
|
+
**Consumer/lifestyle**
|
|
23
|
+
- "They launched with no advertising — only photos submitted by real customers, which meant the product had to be worth photographing before it could be marketed." (community-built beauty brand)
|
|
24
|
+
- "Every product is tested by the founder on herself for a minimum of 6 months before it ships."
|
|
25
|
+
|
|
26
|
+
**Physical goods / apparel**
|
|
27
|
+
- "They don't sell seasons — they sell repairs. Their website earns revenue from used items, not just new." (repair-first outdoor apparel brand)
|
|
28
|
+
- "The product is designed to be returned in the same bag it arrived in, zero-waste, no box."
|
|
29
|
+
|
|
30
|
+
**Food / beverage**
|
|
31
|
+
- "They publish their supply chain — not as PR, but because the flavor differs by farm and harvest, and they name the farm on the bag."
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## Formal Constraints (Operation 2 examples)
|
|
36
|
+
|
|
37
|
+
What a structural truth forces on video mechanics:
|
|
38
|
+
|
|
39
|
+
- Opinionated removal (issue tracker that eliminates workflow ambiguity): "Each scene removes one element until only the essential thing remains." The structure (subtraction) is the argument (constraints enable).
|
|
40
|
+
- Invisible product (payments API where the product is the plumbing): "The video shows the product by showing its absence — everything working without friction."
|
|
41
|
+
- Brand built from user faces (community-first beauty brand): "The video is structured as a handoff — each face passes the screen to the next, as if the product is passing between real people."
|
|
42
|
+
- Repair over replacement (anti-consumption apparel brand): "The structure is reversal — damaged → restored — every scene runs against the usual product-fantasy direction."
|
|
43
|
+
|
|
44
|
+
**Test**: State the constraint as "This video argues [X] by showing [Y]." If [Y] could illustrate a different argument, the form is not embodying the argument.
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## False Differentiators (Operation 1 — what to ignore)
|
|
49
|
+
|
|
50
|
+
These describe every competitor in the category. They are not structural truths.
|
|
51
|
+
|
|
52
|
+
**Universal**
|
|
53
|
+
- "Easy to use", "powerful", "fast", "reliable", "all-in-one"
|
|
54
|
+
- "Helps teams work better", "saves time", "increases productivity"
|
|
55
|
+
- "Trusted by thousands of companies"
|
|
56
|
+
|
|
57
|
+
**Developer/API brands**
|
|
58
|
+
- "Instant deploys", "edge functions", "OAuth built in", "REST API", "100ms response times", "99.99% uptime", "zero config", "batteries included"
|
|
59
|
+
|
|
60
|
+
**Payment/fintech**
|
|
61
|
+
- "One platform", "global payments", "secure transactions", "invisible infrastructure", "end-to-end payments"
|
|
62
|
+
|
|
63
|
+
**Design tools**
|
|
64
|
+
- "Design and code together", "design faster", "multiplayer design", "browser-based", "files keep you apart"
|
|
65
|
+
|
|
66
|
+
**Workspace/productivity**
|
|
67
|
+
- "Fragmented tools → unified workspace", "all-in-one", "where work happens", "write, plan, organize"
|
|
68
|
+
|
|
69
|
+
**Deployment platforms**
|
|
70
|
+
- "Deploy on every git push", "preview URLs", "instant deploys", "global CDN", "serverless", "zero config", "git push → live", "instant rollback"
|
|
71
|
+
|
|
72
|
+
**Backend-as-a-service**
|
|
73
|
+
- "Firebase alternative", "open source", "integrated platform", "one backend for everything"
|
|
74
|
+
|
|
75
|
+
**Consumer beauty/skincare**
|
|
76
|
+
- "Clean ingredients", "dermatologist-tested", "for all skin types", "cruelty-free", "glow", "your skin but better"
|
|
77
|
+
|
|
78
|
+
**Lifestyle/apparel**
|
|
79
|
+
- "Sustainable", "made with care", "designed for real life", "premium quality", "built to last", "timeless style"
|
|
80
|
+
|
|
81
|
+
**Food/beverage**
|
|
82
|
+
- "Real ingredients", "no artificial anything", "small batch", "crafted with love", "farm to table", "ethically sourced"
|
|
83
|
+
|
|
84
|
+
**Fitness/wellness**
|
|
85
|
+
- "Feel your best", "stronger every day", "your journey", "science-backed", "community-driven"
|
|
86
|
+
|
|
87
|
+
**The brand's marketing tagline is never the answer.** Find the structural truth underneath.
|
|
88
|
+
|
|
89
|
+
Category-specific dig patterns:
|
|
90
|
+
- Developer brands: what does this product ask developers to *give up*? (conventions, configurations, files) — that trade-off is the actual truth.
|
|
91
|
+
- Design tools: what workflow step did this product eliminate that all predecessors required?
|
|
92
|
+
- Workspace tools: what is the specific unit of information this product invented? (the block, the issue, the formula)
|
|
93
|
+
|
|
94
|
+
---
|
|
95
|
+
|
|
96
|
+
## Visual Specificity (Operation 7 examples)
|
|
97
|
+
|
|
98
|
+
What "prove visually" looks like by category:
|
|
99
|
+
|
|
100
|
+
### Product-demo (developer/API) specificity
|
|
101
|
+
|
|
102
|
+
Generic labels (e.g., "Secure payments", "Intelligent risk") fail. Show instead:
|
|
103
|
+
- Actual code snippets with the product's real API syntax
|
|
104
|
+
- The product's recognizable UI components
|
|
105
|
+
- Real terminal output, JSON responses, SDK patterns developers would recognize
|
|
106
|
+
- Named features/concepts unique to this product: its specific workflow constructs, component model, or access patterns
|
|
107
|
+
|
|
108
|
+
Generic patterns that fail the competitor substitution test: command palettes (now ubiquitous), kanban boards, unified workspace, real-time collaboration nodes.
|
|
109
|
+
|
|
110
|
+
### Problem/pain scene specificity
|
|
111
|
+
|
|
112
|
+
For tech products, the pain must be the pain THIS product specifically replaced:
|
|
113
|
+
|
|
114
|
+
- **Browser-native design tool**: Show the filename-versioning hell of file-based design ('Final_v3_FINAL_real.sketch'), the email-attachment-feedback loop, 'someone overwrote my artboard'
|
|
115
|
+
- **Opinionated issue tracker**: Show the legacy tool's 47-field issue creation form, the 'which board is this?' confusion across 12 open tabs, notification spam from issue references, the sprint ceremony that produces no actionable output
|
|
116
|
+
- **Unified payments API**: Show the pre-API architecture — multiple vendor SDKs with incompatible object models (a transaction object in one SDK ≠ an account object in another ≠ a score object in a third), the middleware translation layer, the actual code comparison (50 lines of vendor-specific glue code vs. 3 lines)
|
|
117
|
+
|
|
118
|
+
### Community/identity brand specificity
|
|
119
|
+
|
|
120
|
+
When the brand truth involves real people or community:
|
|
121
|
+
- Abstract human representations (circles, gradient blobs, silhouettes, generic avatars) are prohibited
|
|
122
|
+
- Use `ef-image` with actual photography, or `ef-video` with real faces
|
|
123
|
+
- For canvas: draw recognizable facial features with variation — or use the product itself as visual subject
|
|
124
|
+
- If you cannot show real people, do not claim community. Claim something visually provable instead.
|
|
125
|
+
- Placeholder attribution handles (@user, @reader, @customer, @reader_1) are prohibited — use named sources or design without attribution
|
|
126
|
+
|
|
127
|
+
### Physical goods / apparel specificity
|
|
128
|
+
|
|
129
|
+
For brand marks and product shapes:
|
|
130
|
+
- If the brand has a recognizable logo silhouette, it must appear as actual geometry in canvas — not a generic category shape
|
|
131
|
+
- For a mountain-logo outdoor brand: the specific mountain silhouette from their logo is mandatory. For product shapes: use bezier curves for the actual garment silhouette (distinctive shoulder yoke, chest pocket placement, horizontal quilting of a puffer) — `fillRect()` is prohibited for clothing
|
|
132
|
+
- For waste/environmental scenes: show recognizable garment shapes being discarded, not abstract shapes. The viewer should think "that's my jacket."
|
|
133
|
+
|
|
134
|
+
### Consumer beauty specificity
|
|
135
|
+
|
|
136
|
+
Named products, not categories:
|
|
137
|
+
- Use the brand's actual product names and shade names — not generic category words like 'blush' or 'brow gel'
|
|
138
|
+
- Brand's actual taglines and campaign copy verbatim — not invented equivalents
|
|
139
|
+
- Community artifacts by name — not generic handles
|
|
140
|
+
|
|
141
|
+
---
|
|
142
|
+
|
|
143
|
+
## Emotional State Arc (Operation 5 examples)
|
|
144
|
+
|
|
145
|
+
Specific emotional movements by category:
|
|
146
|
+
|
|
147
|
+
**SaaS/developer**: "Like this problem is finally solved" | "Like building again is possible"
|
|
148
|
+
**Consumer beauty**: "Like they already belong to something before they've bought anything"
|
|
149
|
+
**Apparel**: "Like buying less is somehow an act of defiance they want to be part of"
|
|
150
|
+
**Food**: "Like they've been eating anonymous food their whole life and just found out it has a name"
|
|
151
|
+
|
|
152
|
+
---
|
|
153
|
+
|
|
154
|
+
## Generic Visual Defaults to Replace
|
|
155
|
+
|
|
156
|
+
| Concept | Generic default | What to find instead |
|
|
157
|
+
|---------|-----------------|----------------------|
|
|
158
|
+
| Chaos/Complexity | Tangled bezier curves | What does chaos look like for THIS product's users specifically? |
|
|
159
|
+
| Collaboration | Converging dots, connecting lines | What does collaboration look like in THIS product's actual interface? |
|
|
160
|
+
| Order/Simplicity | Grid layouts | What does resolution look like in THIS product's own UI or workflow? |
|
|
161
|
+
| Scale | Grid multiplication | What unit does THIS brand scale — requests, users, lines of code? Show that unit. |
|
|
162
|
+
| Speed | Motion blur | What is the before/after latency THIS brand eliminates? Show the gap. |
|
|
163
|
+
| Growth | Upward arrows | What grows specifically to THIS brand? |
|
|
164
|
+
| Connection | Network nodes | What specific things connect through THIS product that didn't before? |
|
|
165
|
+
| Transformation | Before/after morph | What is the named "before" state THIS brand's own users describe? |
|
|
166
|
+
| Environmental waste | Abstract particles/shapes | Recognizable objects being discarded with actual product-specific texture |
|
|
167
|
+
| Human faces | Circles, gradients, blobs | Actual facial features, real photography, or product as stand-in |
|
|
168
|
+
|
|
169
|
+
---
|
|
170
|
+
|
|
171
|
+
## Community-Driven Brands
|
|
172
|
+
|
|
173
|
+
**The verification requirement**: When a brand claims community co-creation, the video must reference *verifiable* community artifacts, not plausible reconstructions.
|
|
174
|
+
|
|
175
|
+
**Wrong**: Generic feedback quotes that sound like real customers ('I wish there was a product that...')
|
|
176
|
+
**Right**: Named sources with verifiable provenance (specific blog post, Reddit thread, documented product origin story with dates and named publication)
|
|
177
|
+
|
|
178
|
+
**Example (community beauty brand built from a blog)**: The structural truth isn't 'we listen to feedback' — every DTC brand claims this. The structural truth is that the brand's editorial platform existed for years before the first product launched, building documented demand. The video must reference this specific artifact: the platform's name, the year span, the specific community moments that led to specific named products. If you cannot verify the specific community moment, do not fabricate a plausible-sounding quote — note the gap instead.
|
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Color Psychology
|
|
3
|
+
description: Emotional associations and strategic use of colors in branded video, with palette selection guidance for key moods.
|
|
4
|
+
type: explanation
|
|
5
|
+
order: 6
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Color Psychology for Video
|
|
9
|
+
|
|
10
|
+
Emotional associations and strategic use of colors in video content.
|
|
11
|
+
|
|
12
|
+
## Primary Colors
|
|
13
|
+
|
|
14
|
+
### Red
|
|
15
|
+
**Emotions**: Energy, passion, urgency, excitement, danger, power
|
|
16
|
+
**Use in video**: CTAs, urgent messages, bold statements, high energy scenes
|
|
17
|
+
**Avoid**: Overuse can create anxiety or aggression
|
|
18
|
+
**Pairs well with**: White (clean energy), black (sophistication), gold (luxury)
|
|
19
|
+
|
|
20
|
+
**Brand personalities**: Bold, passionate, urgent, youthful
|
|
21
|
+
**Industries**: Food, entertainment, sports, emergency services
|
|
22
|
+
|
|
23
|
+
### Blue
|
|
24
|
+
**Emotions**: Trust, calm, professionalism, stability, intelligence, sadness
|
|
25
|
+
**Use in video**: Corporate messaging, trustworthy statements, calming transitions
|
|
26
|
+
**Avoid**: Can feel cold or distant if overused
|
|
27
|
+
**Pairs well with**: White (clean tech), gray (corporate), orange (friendly tech)
|
|
28
|
+
|
|
29
|
+
**Brand personalities**: Professional, trustworthy, calm, intelligent
|
|
30
|
+
**Industries**: Tech, finance, healthcare, corporate
|
|
31
|
+
|
|
32
|
+
### Yellow
|
|
33
|
+
**Emotions**: Optimism, happiness, warmth, caution, energy
|
|
34
|
+
**Use in video**: Positive messages, highlights, attention-grabbing elements
|
|
35
|
+
**Avoid**: Can strain eyes, hard to read on white
|
|
36
|
+
**Pairs well with**: Black (high contrast), blue (balanced energy), gray (modern)
|
|
37
|
+
|
|
38
|
+
**Brand personalities**: Optimistic, friendly, affordable, accessible
|
|
39
|
+
**Industries**: Food, children's products, budget brands
|
|
40
|
+
|
|
41
|
+
### Green
|
|
42
|
+
**Emotions**: Growth, nature, health, wealth, calm, envy
|
|
43
|
+
**Use in video**: Sustainability messages, health content, growth metrics, success states
|
|
44
|
+
**Avoid**: Can feel stagnant or boring without contrast
|
|
45
|
+
**Pairs well with**: White (clean), brown (natural), blue (eco-tech)
|
|
46
|
+
|
|
47
|
+
**Brand personalities**: Natural, healthy, sustainable, growing
|
|
48
|
+
**Industries**: Health, environment, finance (growth), organic products
|
|
49
|
+
|
|
50
|
+
## Secondary Colors
|
|
51
|
+
|
|
52
|
+
### Orange
|
|
53
|
+
**Emotions**: Friendly, enthusiastic, creative, affordable, fun
|
|
54
|
+
**Use in video**: CTAs, friendly messaging, creative content, approachable brands
|
|
55
|
+
**Avoid**: Can feel cheap if not balanced with sophistication
|
|
56
|
+
**Pairs well with**: Blue (tech-friendly), white (clean), teal (modern)
|
|
57
|
+
|
|
58
|
+
**Brand personalities**: Friendly, creative, energetic, approachable
|
|
59
|
+
**Industries**: Creative services, budget brands, food, entertainment
|
|
60
|
+
|
|
61
|
+
### Purple
|
|
62
|
+
**Emotions**: Luxury, creativity, wisdom, spirituality, mystery
|
|
63
|
+
**Use in video**: Premium products, creative content, innovative messaging
|
|
64
|
+
**Avoid**: Can feel disconnected from reality
|
|
65
|
+
**Pairs well with**: Gold (luxury), white (modern luxury), pink (creative)
|
|
66
|
+
|
|
67
|
+
**Brand personalities**: Luxurious, creative, innovative, spiritual
|
|
68
|
+
**Industries**: Beauty, luxury goods, creative services, wellness
|
|
69
|
+
|
|
70
|
+
### Pink
|
|
71
|
+
**Emotions**: Playful, youthful, romantic, feminine, modern (when bold)
|
|
72
|
+
**Use in video**: Youthful brands, beauty content, playful messaging
|
|
73
|
+
**Avoid**: Can alienate if gender-coded too strongly
|
|
74
|
+
**Pairs well with**: White (clean), black (modern), teal (contemporary)
|
|
75
|
+
|
|
76
|
+
**Brand personalities**: Playful, youthful, bold (hot pink), gentle (soft pink)
|
|
77
|
+
**Industries**: Beauty, fashion, youth brands, modern tech (when bold)
|
|
78
|
+
|
|
79
|
+
## Neutrals
|
|
80
|
+
|
|
81
|
+
### Black
|
|
82
|
+
**Emotions**: Sophistication, luxury, power, elegance, mystery, heaviness
|
|
83
|
+
**Use in video**: Luxury brands, dramatic moments, text overlays, backgrounds
|
|
84
|
+
**Avoid**: Can feel oppressive or sad if overused
|
|
85
|
+
**Pairs well with**: Gold (luxury), white (high contrast), any accent color
|
|
86
|
+
|
|
87
|
+
**Brand personalities**: Sophisticated, luxurious, powerful, modern
|
|
88
|
+
**Industries**: Luxury goods, fashion, high-end services
|
|
89
|
+
|
|
90
|
+
### White
|
|
91
|
+
**Emotions**: Purity, simplicity, cleanliness, space, sterility
|
|
92
|
+
**Use in video**: Backgrounds, breathing room, minimalist brands, tech
|
|
93
|
+
**Avoid**: Can feel empty or clinical without warmth
|
|
94
|
+
**Pairs well with**: Any color (provides contrast and space)
|
|
95
|
+
|
|
96
|
+
**Brand personalities**: Clean, simple, modern, minimal
|
|
97
|
+
**Industries**: Tech, healthcare, luxury (minimalist), design
|
|
98
|
+
|
|
99
|
+
### Gray
|
|
100
|
+
**Emotions**: Professional, neutral, balanced, sophisticated, boring
|
|
101
|
+
**Use in video**: Corporate content, backgrounds, balancing bold colors
|
|
102
|
+
**Avoid**: Can feel dull or lifeless as primary color
|
|
103
|
+
**Pairs well with**: Bright accents, black and white (monochrome sophistication)
|
|
104
|
+
|
|
105
|
+
**Brand personalities**: Professional, balanced, sophisticated, mature
|
|
106
|
+
**Industries**: Corporate, professional services, mature brands
|
|
107
|
+
|
|
108
|
+
## Color Combinations
|
|
109
|
+
|
|
110
|
+
### High Energy
|
|
111
|
+
- **Red + Yellow**: Fast food, urgency, excitement
|
|
112
|
+
- **Orange + Pink**: Youthful, playful, creative
|
|
113
|
+
- **Red + Black**: Bold, powerful, dramatic
|
|
114
|
+
|
|
115
|
+
### Trust & Professionalism
|
|
116
|
+
- **Blue + White**: Clean tech, healthcare, corporate
|
|
117
|
+
- **Blue + Gray**: Professional services, finance
|
|
118
|
+
- **Navy + Gold**: Premium professional, established
|
|
119
|
+
|
|
120
|
+
### Natural & Organic
|
|
121
|
+
- **Green + Brown**: Organic, earthy, sustainable
|
|
122
|
+
- **Green + White**: Clean health, fresh
|
|
123
|
+
- **Sage + Cream**: Gentle wellness, natural
|
|
124
|
+
|
|
125
|
+
### Luxury & Premium
|
|
126
|
+
- **Black + Gold**: High-end luxury
|
|
127
|
+
- **Purple + Gold**: Royal, premium
|
|
128
|
+
- **Navy + Rose Gold**: Modern luxury
|
|
129
|
+
|
|
130
|
+
### Modern & Tech
|
|
131
|
+
- **Blue + Orange**: Friendly tech
|
|
132
|
+
- **Purple + Teal**: Innovative tech
|
|
133
|
+
- **Black + Neon**: Cutting edge, bold
|
|
134
|
+
|
|
135
|
+
### Friendly & Approachable
|
|
136
|
+
- **Orange + Blue**: Approachable professional
|
|
137
|
+
- **Yellow + Teal**: Friendly modern
|
|
138
|
+
- **Coral + Mint**: Soft contemporary
|
|
139
|
+
|
|
140
|
+
## Video-Specific Considerations
|
|
141
|
+
|
|
142
|
+
### Background Colors
|
|
143
|
+
- **Dark backgrounds**: Make colors pop, feel cinematic, good for dramatic content
|
|
144
|
+
- **Light backgrounds**: Feel open and airy, good for friendly/approachable content
|
|
145
|
+
- **Colored backgrounds**: Strong brand statement, use brand primary color
|
|
146
|
+
|
|
147
|
+
### Text Overlays
|
|
148
|
+
- **White text on dark**: High readability, classic
|
|
149
|
+
- **Dark text on light**: Clean, modern, approachable
|
|
150
|
+
- **Colored text**: Use sparingly, must have high contrast with background
|
|
151
|
+
- **Outlined text**: Works on varied backgrounds, but can feel dated
|
|
152
|
+
|
|
153
|
+
### Transitions
|
|
154
|
+
- **Color to color**: Use analogous colors (next to each other on color wheel) for smooth transitions
|
|
155
|
+
- **Contrasting colors**: Use for dramatic scene changes
|
|
156
|
+
- **Fade through white**: Clean, modern
|
|
157
|
+
- **Fade through black**: Cinematic, dramatic
|
|
158
|
+
|
|
159
|
+
### Motion & Color
|
|
160
|
+
- **Fast motion**: Use high-contrast colors, bold primaries
|
|
161
|
+
- **Slow motion**: Can use subtle colors, pastels, gradients
|
|
162
|
+
- **Energetic content**: Saturated, bright colors
|
|
163
|
+
- **Calm content**: Desaturated, muted colors
|
|
164
|
+
|
|
165
|
+
## Extracting Brand Colors
|
|
166
|
+
|
|
167
|
+
When analyzing a website:
|
|
168
|
+
|
|
169
|
+
1. **Primary color**: Most prominent color, usually in logo and CTAs
|
|
170
|
+
2. **Secondary colors**: Supporting colors in headers, sections, accents
|
|
171
|
+
3. **Accent colors**: Highlights, hover states, special elements
|
|
172
|
+
4. **Background colors**: Overall page background, section backgrounds
|
|
173
|
+
5. **Text colors**: Primary text, secondary text, links
|
|
174
|
+
|
|
175
|
+
### Color Dominance
|
|
176
|
+
- **>40% of visual space**: Dominant primary color
|
|
177
|
+
- **20-40%**: Strong secondary color
|
|
178
|
+
- **10-20%**: Supporting color
|
|
179
|
+
- **<10%**: Accent color
|
|
180
|
+
|
|
181
|
+
### Color Context
|
|
182
|
+
Consider where colors appear:
|
|
183
|
+
- **Logo**: Core brand identity color
|
|
184
|
+
- **CTAs**: Action/urgency color
|
|
185
|
+
- **Headers**: Authority/structure color
|
|
186
|
+
- **Backgrounds**: Mood/atmosphere color
|
|
187
|
+
|
|
188
|
+
## Applying to Video
|
|
189
|
+
|
|
190
|
+
### Opening (Hook)
|
|
191
|
+
Use brand's most distinctive color prominently. This creates immediate brand recognition.
|
|
192
|
+
|
|
193
|
+
### Middle (Content)
|
|
194
|
+
Balance brand colors with neutral space. Don't overwhelm - use colors strategically to highlight key points.
|
|
195
|
+
|
|
196
|
+
### Closing (CTA)
|
|
197
|
+
Use brand's CTA color (often accent color) to drive action. Should stand out clearly.
|
|
198
|
+
|
|
199
|
+
### Throughout
|
|
200
|
+
- **Consistency**: Use same colors for same purposes (e.g., always use accent color for CTAs)
|
|
201
|
+
- **Hierarchy**: Primary color for main elements, secondary for supporting, accent for highlights
|
|
202
|
+
- **Breathing room**: Don't fill every pixel with color - use neutrals to create space
|
|
203
|
+
- **Emotional arc**: Can shift color saturation/brightness to match emotional journey
|
|
204
|
+
|
|
205
|
+
## Common Mistakes
|
|
206
|
+
|
|
207
|
+
1. **Using too many colors**: Stick to 3-4 main colors maximum
|
|
208
|
+
2. **Ignoring contrast**: Text must be readable, elements must be distinguishable
|
|
209
|
+
3. **Clashing colors**: Use color wheel relationships (complementary, analogous, triadic)
|
|
210
|
+
4. **Forgetting accessibility**: Ensure sufficient contrast ratios (WCAG guidelines)
|
|
211
|
+
5. **Inconsistent usage**: Same color should mean same thing throughout video
|
|
212
|
+
6. **Overwhelming saturation**: Highly saturated colors throughout can cause eye strain
|
|
213
|
+
|
|
214
|
+
## Quick Reference
|
|
215
|
+
|
|
216
|
+
| Color | Emotion | Best For | Avoid When |
|
|
217
|
+
|-------|---------|----------|------------|
|
|
218
|
+
| Red | Energy, urgency | CTAs, bold statements | Need calm, trust |
|
|
219
|
+
| Blue | Trust, calm | Corporate, tech | Need energy, warmth |
|
|
220
|
+
| Yellow | Optimism, attention | Highlights, positive | Need sophistication |
|
|
221
|
+
| Green | Growth, health | Sustainability, success | Need urgency, luxury |
|
|
222
|
+
| Orange | Friendly, creative | Approachable brands | Need authority |
|
|
223
|
+
| Purple | Luxury, creative | Premium, innovative | Need accessible |
|
|
224
|
+
| Pink | Playful, modern | Youth, beauty | Need serious tone |
|
|
225
|
+
| Black | Sophisticated | Luxury, drama | Need friendly |
|
|
226
|
+
| White | Clean, simple | Minimal, modern | Need warmth |
|
|
227
|
+
| Gray | Professional | Corporate, balance | Need energy |
|