mcp-probe-kit 3.0.14 → 3.0.16

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.
Files changed (43) hide show
  1. package/README.md +17 -11
  2. package/build/lib/__tests__/gitnexus-bridge.unit.test.js +9 -1
  3. package/build/lib/gitnexus-bridge.d.ts +1 -0
  4. package/build/lib/gitnexus-bridge.js +29 -1
  5. package/build/lib/skill-bridge.d.ts +31 -0
  6. package/build/lib/skill-bridge.js +100 -0
  7. package/build/resources/ui-ux-data/charts.json +302 -0
  8. package/build/resources/ui-ux-data/colors.json +1058 -0
  9. package/build/resources/ui-ux-data/icons.json +1102 -0
  10. package/build/resources/ui-ux-data/landing.json +262 -0
  11. package/build/resources/ui-ux-data/metadata.json +6 -0
  12. package/build/resources/ui-ux-data/products.json +1058 -0
  13. package/build/resources/ui-ux-data/react-performance.json +574 -0
  14. package/build/resources/ui-ux-data/stacks/astro.json +266 -0
  15. package/build/resources/ui-ux-data/stacks/flutter.json +626 -0
  16. package/build/resources/ui-ux-data/stacks/html-tailwind.json +662 -0
  17. package/build/resources/ui-ux-data/stacks/jetpack-compose.json +626 -0
  18. package/build/resources/ui-ux-data/stacks/nextjs.json +218 -0
  19. package/build/resources/ui-ux-data/stacks/nuxt-ui.json +14 -0
  20. package/build/resources/ui-ux-data/stacks/nuxtjs.json +182 -0
  21. package/build/resources/ui-ux-data/stacks/react-native.json +350 -0
  22. package/build/resources/ui-ux-data/stacks/react.json +530 -0
  23. package/build/resources/ui-ux-data/stacks/shadcn.json +566 -0
  24. package/build/resources/ui-ux-data/stacks/svelte.json +134 -0
  25. package/build/resources/ui-ux-data/stacks/swiftui.json +26 -0
  26. package/build/resources/ui-ux-data/stacks/vue.json +170 -0
  27. package/build/resources/ui-ux-data/styles.json +1610 -0
  28. package/build/resources/ui-ux-data/typography.json +743 -0
  29. package/build/resources/ui-ux-data/ui-reasoning.json +1431 -0
  30. package/build/resources/ui-ux-data/ux-guidelines.json +1190 -0
  31. package/build/resources/ui-ux-data/web-interface.json +389 -0
  32. package/build/schemas/ui-ux-schemas.js +1 -1
  33. package/build/tools/start_product.js +8 -1
  34. package/build/tools/start_ui.js +14 -3
  35. package/build/tools/ui-ux-tools.js +21 -17
  36. package/build/utils/ui-data-loader.d.ts +18 -2
  37. package/build/utils/ui-data-loader.js +74 -12
  38. package/docs/i18n/en.json +4 -2
  39. package/docs/i18n/ja.json +4 -2
  40. package/docs/i18n/ko.json +4 -2
  41. package/docs/i18n/zh-CN.json +4 -2
  42. package/docs/pages/getting-started.html +3 -0
  43. package/package.json +2 -1
@@ -0,0 +1,1058 @@
1
+ [
2
+ {
3
+ "No": "1",
4
+ "Product Type": "SaaS (General)",
5
+ "Primary (Hex)": "#2563EB",
6
+ "Secondary (Hex)": "#3B82F6",
7
+ "CTA (Hex)": "#F97316",
8
+ "Background (Hex)": "#F8FAFC",
9
+ "Text (Hex)": "#1E293B",
10
+ "Border (Hex)": "#E2E8F0",
11
+ "Notes": "Trust blue + orange CTA contrast"
12
+ },
13
+ {
14
+ "No": "2",
15
+ "Product Type": "Micro SaaS",
16
+ "Primary (Hex)": "#6366F1",
17
+ "Secondary (Hex)": "#818CF8",
18
+ "CTA (Hex)": "#10B981",
19
+ "Background (Hex)": "#F5F3FF",
20
+ "Text (Hex)": "#1E1B4B",
21
+ "Border (Hex)": "#E0E7FF",
22
+ "Notes": "Indigo primary + emerald CTA"
23
+ },
24
+ {
25
+ "No": "3",
26
+ "Product Type": "E-commerce",
27
+ "Primary (Hex)": "#059669",
28
+ "Secondary (Hex)": "#10B981",
29
+ "CTA (Hex)": "#F97316",
30
+ "Background (Hex)": "#ECFDF5",
31
+ "Text (Hex)": "#064E3B",
32
+ "Border (Hex)": "#A7F3D0",
33
+ "Notes": "Success green + urgency orange"
34
+ },
35
+ {
36
+ "No": "4",
37
+ "Product Type": "E-commerce Luxury",
38
+ "Primary (Hex)": "#1C1917",
39
+ "Secondary (Hex)": "#44403C",
40
+ "CTA (Hex)": "#CA8A04",
41
+ "Background (Hex)": "#FAFAF9",
42
+ "Text (Hex)": "#0C0A09",
43
+ "Border (Hex)": "#D6D3D1",
44
+ "Notes": "Premium dark + gold accent"
45
+ },
46
+ {
47
+ "No": "5",
48
+ "Product Type": "Service Landing Page",
49
+ "Primary (Hex)": "#0EA5E9",
50
+ "Secondary (Hex)": "#38BDF8",
51
+ "CTA (Hex)": "#F97316",
52
+ "Background (Hex)": "#F0F9FF",
53
+ "Text (Hex)": "#0C4A6E",
54
+ "Border (Hex)": "#BAE6FD",
55
+ "Notes": "Sky blue trust + warm CTA"
56
+ },
57
+ {
58
+ "No": "6",
59
+ "Product Type": "B2B Service",
60
+ "Primary (Hex)": "#0F172A",
61
+ "Secondary (Hex)": "#334155",
62
+ "CTA (Hex)": "#0369A1",
63
+ "Background (Hex)": "#F8FAFC",
64
+ "Text (Hex)": "#020617",
65
+ "Border (Hex)": "#E2E8F0",
66
+ "Notes": "Professional navy + blue CTA"
67
+ },
68
+ {
69
+ "No": "7",
70
+ "Product Type": "Financial Dashboard",
71
+ "Primary (Hex)": "#0F172A",
72
+ "Secondary (Hex)": "#1E293B",
73
+ "CTA (Hex)": "#22C55E",
74
+ "Background (Hex)": "#020617",
75
+ "Text (Hex)": "#F8FAFC",
76
+ "Border (Hex)": "#334155",
77
+ "Notes": "Dark bg + green positive indicators"
78
+ },
79
+ {
80
+ "No": "8",
81
+ "Product Type": "Analytics Dashboard",
82
+ "Primary (Hex)": "#1E40AF",
83
+ "Secondary (Hex)": "#3B82F6",
84
+ "CTA (Hex)": "#F59E0B",
85
+ "Background (Hex)": "#F8FAFC",
86
+ "Text (Hex)": "#1E3A8A",
87
+ "Border (Hex)": "#DBEAFE",
88
+ "Notes": "Blue data + amber highlights"
89
+ },
90
+ {
91
+ "No": "9",
92
+ "Product Type": "Healthcare App",
93
+ "Primary (Hex)": "#0891B2",
94
+ "Secondary (Hex)": "#22D3EE",
95
+ "CTA (Hex)": "#059669",
96
+ "Background (Hex)": "#ECFEFF",
97
+ "Text (Hex)": "#164E63",
98
+ "Border (Hex)": "#A5F3FC",
99
+ "Notes": "Calm cyan + health green"
100
+ },
101
+ {
102
+ "No": "10",
103
+ "Product Type": "Educational App",
104
+ "Primary (Hex)": "#4F46E5",
105
+ "Secondary (Hex)": "#818CF8",
106
+ "CTA (Hex)": "#F97316",
107
+ "Background (Hex)": "#EEF2FF",
108
+ "Text (Hex)": "#1E1B4B",
109
+ "Border (Hex)": "#C7D2FE",
110
+ "Notes": "Playful indigo + energetic orange"
111
+ },
112
+ {
113
+ "No": "11",
114
+ "Product Type": "Creative Agency",
115
+ "Primary (Hex)": "#EC4899",
116
+ "Secondary (Hex)": "#F472B6",
117
+ "CTA (Hex)": "#06B6D4",
118
+ "Background (Hex)": "#FDF2F8",
119
+ "Text (Hex)": "#831843",
120
+ "Border (Hex)": "#FBCFE8",
121
+ "Notes": "Bold pink + cyan accent"
122
+ },
123
+ {
124
+ "No": "12",
125
+ "Product Type": "Portfolio/Personal",
126
+ "Primary (Hex)": "#18181B",
127
+ "Secondary (Hex)": "#3F3F46",
128
+ "CTA (Hex)": "#2563EB",
129
+ "Background (Hex)": "#FAFAFA",
130
+ "Text (Hex)": "#09090B",
131
+ "Border (Hex)": "#E4E4E7",
132
+ "Notes": "Monochrome + blue accent"
133
+ },
134
+ {
135
+ "No": "13",
136
+ "Product Type": "Gaming",
137
+ "Primary (Hex)": "#7C3AED",
138
+ "Secondary (Hex)": "#A78BFA",
139
+ "CTA (Hex)": "#F43F5E",
140
+ "Background (Hex)": "#0F0F23",
141
+ "Text (Hex)": "#E2E8F0",
142
+ "Border (Hex)": "#4C1D95",
143
+ "Notes": "Neon purple + rose action"
144
+ },
145
+ {
146
+ "No": "14",
147
+ "Product Type": "Government/Public Service",
148
+ "Primary (Hex)": "#0F172A",
149
+ "Secondary (Hex)": "#334155",
150
+ "CTA (Hex)": "#0369A1",
151
+ "Background (Hex)": "#F8FAFC",
152
+ "Text (Hex)": "#020617",
153
+ "Border (Hex)": "#E2E8F0",
154
+ "Notes": "High contrast navy + blue"
155
+ },
156
+ {
157
+ "No": "15",
158
+ "Product Type": "Fintech/Crypto",
159
+ "Primary (Hex)": "#F59E0B",
160
+ "Secondary (Hex)": "#FBBF24",
161
+ "CTA (Hex)": "#8B5CF6",
162
+ "Background (Hex)": "#0F172A",
163
+ "Text (Hex)": "#F8FAFC",
164
+ "Border (Hex)": "#334155",
165
+ "Notes": "Gold trust + purple tech"
166
+ },
167
+ {
168
+ "No": "16",
169
+ "Product Type": "Social Media App",
170
+ "Primary (Hex)": "#E11D48",
171
+ "Secondary (Hex)": "#FB7185",
172
+ "CTA (Hex)": "#2563EB",
173
+ "Background (Hex)": "#FFF1F2",
174
+ "Text (Hex)": "#881337",
175
+ "Border (Hex)": "#FECDD3",
176
+ "Notes": "Vibrant rose + engagement blue"
177
+ },
178
+ {
179
+ "No": "17",
180
+ "Product Type": "Productivity Tool",
181
+ "Primary (Hex)": "#0D9488",
182
+ "Secondary (Hex)": "#14B8A6",
183
+ "CTA (Hex)": "#F97316",
184
+ "Background (Hex)": "#F0FDFA",
185
+ "Text (Hex)": "#134E4A",
186
+ "Border (Hex)": "#99F6E4",
187
+ "Notes": "Teal focus + action orange"
188
+ },
189
+ {
190
+ "No": "18",
191
+ "Product Type": "Design System/Component Library",
192
+ "Primary (Hex)": "#4F46E5",
193
+ "Secondary (Hex)": "#6366F1",
194
+ "CTA (Hex)": "#F97316",
195
+ "Background (Hex)": "#EEF2FF",
196
+ "Text (Hex)": "#312E81",
197
+ "Border (Hex)": "#C7D2FE",
198
+ "Notes": "Indigo brand + doc hierarchy"
199
+ },
200
+ {
201
+ "No": "19",
202
+ "Product Type": "AI/Chatbot Platform",
203
+ "Primary (Hex)": "#7C3AED",
204
+ "Secondary (Hex)": "#A78BFA",
205
+ "CTA (Hex)": "#06B6D4",
206
+ "Background (Hex)": "#FAF5FF",
207
+ "Text (Hex)": "#1E1B4B",
208
+ "Border (Hex)": "#DDD6FE",
209
+ "Notes": "AI purple + cyan interactions"
210
+ },
211
+ {
212
+ "No": "20",
213
+ "Product Type": "NFT/Web3 Platform",
214
+ "Primary (Hex)": "#8B5CF6",
215
+ "Secondary (Hex)": "#A78BFA",
216
+ "CTA (Hex)": "#FBBF24",
217
+ "Background (Hex)": "#0F0F23",
218
+ "Text (Hex)": "#F8FAFC",
219
+ "Border (Hex)": "#4C1D95",
220
+ "Notes": "Purple tech + gold value"
221
+ },
222
+ {
223
+ "No": "21",
224
+ "Product Type": "Creator Economy Platform",
225
+ "Primary (Hex)": "#EC4899",
226
+ "Secondary (Hex)": "#F472B6",
227
+ "CTA (Hex)": "#F97316",
228
+ "Background (Hex)": "#FDF2F8",
229
+ "Text (Hex)": "#831843",
230
+ "Border (Hex)": "#FBCFE8",
231
+ "Notes": "Creator pink + engagement orange"
232
+ },
233
+ {
234
+ "No": "22",
235
+ "Product Type": "Sustainability/ESG Platform",
236
+ "Primary (Hex)": "#059669",
237
+ "Secondary (Hex)": "#10B981",
238
+ "CTA (Hex)": "#0891B2",
239
+ "Background (Hex)": "#ECFDF5",
240
+ "Text (Hex)": "#064E3B",
241
+ "Border (Hex)": "#A7F3D0",
242
+ "Notes": "Nature green + ocean blue"
243
+ },
244
+ {
245
+ "No": "23",
246
+ "Product Type": "Remote Work/Collaboration Tool",
247
+ "Primary (Hex)": "#6366F1",
248
+ "Secondary (Hex)": "#818CF8",
249
+ "CTA (Hex)": "#10B981",
250
+ "Background (Hex)": "#F5F3FF",
251
+ "Text (Hex)": "#312E81",
252
+ "Border (Hex)": "#E0E7FF",
253
+ "Notes": "Calm indigo + success green"
254
+ },
255
+ {
256
+ "No": "24",
257
+ "Product Type": "Mental Health App",
258
+ "Primary (Hex)": "#8B5CF6",
259
+ "Secondary (Hex)": "#C4B5FD",
260
+ "CTA (Hex)": "#10B981",
261
+ "Background (Hex)": "#FAF5FF",
262
+ "Text (Hex)": "#4C1D95",
263
+ "Border (Hex)": "#EDE9FE",
264
+ "Notes": "Calming lavender + wellness green"
265
+ },
266
+ {
267
+ "No": "25",
268
+ "Product Type": "Pet Tech App",
269
+ "Primary (Hex)": "#F97316",
270
+ "Secondary (Hex)": "#FB923C",
271
+ "CTA (Hex)": "#2563EB",
272
+ "Background (Hex)": "#FFF7ED",
273
+ "Text (Hex)": "#9A3412",
274
+ "Border (Hex)": "#FED7AA",
275
+ "Notes": "Playful orange + trust blue"
276
+ },
277
+ {
278
+ "No": "26",
279
+ "Product Type": "Smart Home/IoT Dashboard",
280
+ "Primary (Hex)": "#1E293B",
281
+ "Secondary (Hex)": "#334155",
282
+ "CTA (Hex)": "#22C55E",
283
+ "Background (Hex)": "#0F172A",
284
+ "Text (Hex)": "#F8FAFC",
285
+ "Border (Hex)": "#475569",
286
+ "Notes": "Dark tech + status green"
287
+ },
288
+ {
289
+ "No": "27",
290
+ "Product Type": "EV/Charging Ecosystem",
291
+ "Primary (Hex)": "#0891B2",
292
+ "Secondary (Hex)": "#22D3EE",
293
+ "CTA (Hex)": "#22C55E",
294
+ "Background (Hex)": "#ECFEFF",
295
+ "Text (Hex)": "#164E63",
296
+ "Border (Hex)": "#A5F3FC",
297
+ "Notes": "Electric cyan + eco green"
298
+ },
299
+ {
300
+ "No": "28",
301
+ "Product Type": "Subscription Box Service",
302
+ "Primary (Hex)": "#D946EF",
303
+ "Secondary (Hex)": "#E879F9",
304
+ "CTA (Hex)": "#F97316",
305
+ "Background (Hex)": "#FDF4FF",
306
+ "Text (Hex)": "#86198F",
307
+ "Border (Hex)": "#F5D0FE",
308
+ "Notes": "Excitement purple + urgency orange"
309
+ },
310
+ {
311
+ "No": "29",
312
+ "Product Type": "Podcast Platform",
313
+ "Primary (Hex)": "#1E1B4B",
314
+ "Secondary (Hex)": "#312E81",
315
+ "CTA (Hex)": "#F97316",
316
+ "Background (Hex)": "#0F0F23",
317
+ "Text (Hex)": "#F8FAFC",
318
+ "Border (Hex)": "#4338CA",
319
+ "Notes": "Dark audio + warm accent"
320
+ },
321
+ {
322
+ "No": "30",
323
+ "Product Type": "Dating App",
324
+ "Primary (Hex)": "#E11D48",
325
+ "Secondary (Hex)": "#FB7185",
326
+ "CTA (Hex)": "#F97316",
327
+ "Background (Hex)": "#FFF1F2",
328
+ "Text (Hex)": "#881337",
329
+ "Border (Hex)": "#FECDD3",
330
+ "Notes": "Romantic rose + warm orange"
331
+ },
332
+ {
333
+ "No": "31",
334
+ "Product Type": "Micro-Credentials/Badges Platform",
335
+ "Primary (Hex)": "#0369A1",
336
+ "Secondary (Hex)": "#0EA5E9",
337
+ "CTA (Hex)": "#CA8A04",
338
+ "Background (Hex)": "#F0F9FF",
339
+ "Text (Hex)": "#0C4A6E",
340
+ "Border (Hex)": "#BAE6FD",
341
+ "Notes": "Trust blue + achievement gold"
342
+ },
343
+ {
344
+ "No": "32",
345
+ "Product Type": "Knowledge Base/Documentation",
346
+ "Primary (Hex)": "#475569",
347
+ "Secondary (Hex)": "#64748B",
348
+ "CTA (Hex)": "#2563EB",
349
+ "Background (Hex)": "#F8FAFC",
350
+ "Text (Hex)": "#1E293B",
351
+ "Border (Hex)": "#E2E8F0",
352
+ "Notes": "Neutral grey + link blue"
353
+ },
354
+ {
355
+ "No": "33",
356
+ "Product Type": "Hyperlocal Services",
357
+ "Primary (Hex)": "#059669",
358
+ "Secondary (Hex)": "#10B981",
359
+ "CTA (Hex)": "#F97316",
360
+ "Background (Hex)": "#ECFDF5",
361
+ "Text (Hex)": "#064E3B",
362
+ "Border (Hex)": "#A7F3D0",
363
+ "Notes": "Location green + action orange"
364
+ },
365
+ {
366
+ "No": "34",
367
+ "Product Type": "Beauty/Spa/Wellness Service",
368
+ "Primary (Hex)": "#EC4899",
369
+ "Secondary (Hex)": "#F9A8D4",
370
+ "CTA (Hex)": "#8B5CF6",
371
+ "Background (Hex)": "#FDF2F8",
372
+ "Text (Hex)": "#831843",
373
+ "Border (Hex)": "#FBCFE8",
374
+ "Notes": "Soft pink + lavender luxury"
375
+ },
376
+ {
377
+ "No": "35",
378
+ "Product Type": "Luxury/Premium Brand",
379
+ "Primary (Hex)": "#1C1917",
380
+ "Secondary (Hex)": "#44403C",
381
+ "CTA (Hex)": "#CA8A04",
382
+ "Background (Hex)": "#FAFAF9",
383
+ "Text (Hex)": "#0C0A09",
384
+ "Border (Hex)": "#D6D3D1",
385
+ "Notes": "Premium black + gold accent"
386
+ },
387
+ {
388
+ "No": "36",
389
+ "Product Type": "Restaurant/Food Service",
390
+ "Primary (Hex)": "#DC2626",
391
+ "Secondary (Hex)": "#F87171",
392
+ "CTA (Hex)": "#CA8A04",
393
+ "Background (Hex)": "#FEF2F2",
394
+ "Text (Hex)": "#450A0A",
395
+ "Border (Hex)": "#FECACA",
396
+ "Notes": "Appetizing red + warm gold"
397
+ },
398
+ {
399
+ "No": "37",
400
+ "Product Type": "Fitness/Gym App",
401
+ "Primary (Hex)": "#F97316",
402
+ "Secondary (Hex)": "#FB923C",
403
+ "CTA (Hex)": "#22C55E",
404
+ "Background (Hex)": "#1F2937",
405
+ "Text (Hex)": "#F8FAFC",
406
+ "Border (Hex)": "#374151",
407
+ "Notes": "Energy orange + success green"
408
+ },
409
+ {
410
+ "No": "38",
411
+ "Product Type": "Real Estate/Property",
412
+ "Primary (Hex)": "#0F766E",
413
+ "Secondary (Hex)": "#14B8A6",
414
+ "CTA (Hex)": "#0369A1",
415
+ "Background (Hex)": "#F0FDFA",
416
+ "Text (Hex)": "#134E4A",
417
+ "Border (Hex)": "#99F6E4",
418
+ "Notes": "Trust teal + professional blue"
419
+ },
420
+ {
421
+ "No": "39",
422
+ "Product Type": "Travel/Tourism Agency",
423
+ "Primary (Hex)": "#0EA5E9",
424
+ "Secondary (Hex)": "#38BDF8",
425
+ "CTA (Hex)": "#F97316",
426
+ "Background (Hex)": "#F0F9FF",
427
+ "Text (Hex)": "#0C4A6E",
428
+ "Border (Hex)": "#BAE6FD",
429
+ "Notes": "Sky blue + adventure orange"
430
+ },
431
+ {
432
+ "No": "40",
433
+ "Product Type": "Hotel/Hospitality",
434
+ "Primary (Hex)": "#1E3A8A",
435
+ "Secondary (Hex)": "#3B82F6",
436
+ "CTA (Hex)": "#CA8A04",
437
+ "Background (Hex)": "#F8FAFC",
438
+ "Text (Hex)": "#1E40AF",
439
+ "Border (Hex)": "#BFDBFE",
440
+ "Notes": "Luxury navy + gold service"
441
+ },
442
+ {
443
+ "No": "41",
444
+ "Product Type": "Wedding/Event Planning",
445
+ "Primary (Hex)": "#DB2777",
446
+ "Secondary (Hex)": "#F472B6",
447
+ "CTA (Hex)": "#CA8A04",
448
+ "Background (Hex)": "#FDF2F8",
449
+ "Text (Hex)": "#831843",
450
+ "Border (Hex)": "#FBCFE8",
451
+ "Notes": "Romantic pink + elegant gold"
452
+ },
453
+ {
454
+ "No": "42",
455
+ "Product Type": "Legal Services",
456
+ "Primary (Hex)": "#1E3A8A",
457
+ "Secondary (Hex)": "#1E40AF",
458
+ "CTA (Hex)": "#B45309",
459
+ "Background (Hex)": "#F8FAFC",
460
+ "Text (Hex)": "#0F172A",
461
+ "Border (Hex)": "#CBD5E1",
462
+ "Notes": "Authority navy + trust gold"
463
+ },
464
+ {
465
+ "No": "43",
466
+ "Product Type": "Insurance Platform",
467
+ "Primary (Hex)": "#0369A1",
468
+ "Secondary (Hex)": "#0EA5E9",
469
+ "CTA (Hex)": "#22C55E",
470
+ "Background (Hex)": "#F0F9FF",
471
+ "Text (Hex)": "#0C4A6E",
472
+ "Border (Hex)": "#BAE6FD",
473
+ "Notes": "Security blue + protected green"
474
+ },
475
+ {
476
+ "No": "44",
477
+ "Product Type": "Banking/Traditional Finance",
478
+ "Primary (Hex)": "#0F172A",
479
+ "Secondary (Hex)": "#1E3A8A",
480
+ "CTA (Hex)": "#CA8A04",
481
+ "Background (Hex)": "#F8FAFC",
482
+ "Text (Hex)": "#020617",
483
+ "Border (Hex)": "#E2E8F0",
484
+ "Notes": "Trust navy + premium gold"
485
+ },
486
+ {
487
+ "No": "45",
488
+ "Product Type": "Online Course/E-learning",
489
+ "Primary (Hex)": "#0D9488",
490
+ "Secondary (Hex)": "#2DD4BF",
491
+ "CTA (Hex)": "#F97316",
492
+ "Background (Hex)": "#F0FDFA",
493
+ "Text (Hex)": "#134E4A",
494
+ "Border (Hex)": "#5EEAD4",
495
+ "Notes": "Progress teal + achievement orange"
496
+ },
497
+ {
498
+ "No": "46",
499
+ "Product Type": "Non-profit/Charity",
500
+ "Primary (Hex)": "#0891B2",
501
+ "Secondary (Hex)": "#22D3EE",
502
+ "CTA (Hex)": "#F97316",
503
+ "Background (Hex)": "#ECFEFF",
504
+ "Text (Hex)": "#164E63",
505
+ "Border (Hex)": "#A5F3FC",
506
+ "Notes": "Compassion blue + action orange"
507
+ },
508
+ {
509
+ "No": "47",
510
+ "Product Type": "Music Streaming",
511
+ "Primary (Hex)": "#1E1B4B",
512
+ "Secondary (Hex)": "#4338CA",
513
+ "CTA (Hex)": "#22C55E",
514
+ "Background (Hex)": "#0F0F23",
515
+ "Text (Hex)": "#F8FAFC",
516
+ "Border (Hex)": "#312E81",
517
+ "Notes": "Dark audio + play green"
518
+ },
519
+ {
520
+ "No": "48",
521
+ "Product Type": "Video Streaming/OTT",
522
+ "Primary (Hex)": "#0F0F23",
523
+ "Secondary (Hex)": "#1E1B4B",
524
+ "CTA (Hex)": "#E11D48",
525
+ "Background (Hex)": "#000000",
526
+ "Text (Hex)": "#F8FAFC",
527
+ "Border (Hex)": "#312E81",
528
+ "Notes": "Cinema dark + play red"
529
+ },
530
+ {
531
+ "No": "49",
532
+ "Product Type": "Job Board/Recruitment",
533
+ "Primary (Hex)": "#0369A1",
534
+ "Secondary (Hex)": "#0EA5E9",
535
+ "CTA (Hex)": "#22C55E",
536
+ "Background (Hex)": "#F0F9FF",
537
+ "Text (Hex)": "#0C4A6E",
538
+ "Border (Hex)": "#BAE6FD",
539
+ "Notes": "Professional blue + success green"
540
+ },
541
+ {
542
+ "No": "50",
543
+ "Product Type": "Marketplace (P2P)",
544
+ "Primary (Hex)": "#7C3AED",
545
+ "Secondary (Hex)": "#A78BFA",
546
+ "CTA (Hex)": "#22C55E",
547
+ "Background (Hex)": "#FAF5FF",
548
+ "Text (Hex)": "#4C1D95",
549
+ "Border (Hex)": "#DDD6FE",
550
+ "Notes": "Trust purple + transaction green"
551
+ },
552
+ {
553
+ "No": "51",
554
+ "Product Type": "Logistics/Delivery",
555
+ "Primary (Hex)": "#2563EB",
556
+ "Secondary (Hex)": "#3B82F6",
557
+ "CTA (Hex)": "#F97316",
558
+ "Background (Hex)": "#EFF6FF",
559
+ "Text (Hex)": "#1E40AF",
560
+ "Border (Hex)": "#BFDBFE",
561
+ "Notes": "Tracking blue + delivery orange"
562
+ },
563
+ {
564
+ "No": "52",
565
+ "Product Type": "Agriculture/Farm Tech",
566
+ "Primary (Hex)": "#15803D",
567
+ "Secondary (Hex)": "#22C55E",
568
+ "CTA (Hex)": "#CA8A04",
569
+ "Background (Hex)": "#F0FDF4",
570
+ "Text (Hex)": "#14532D",
571
+ "Border (Hex)": "#BBF7D0",
572
+ "Notes": "Earth green + harvest gold"
573
+ },
574
+ {
575
+ "No": "53",
576
+ "Product Type": "Construction/Architecture",
577
+ "Primary (Hex)": "#64748B",
578
+ "Secondary (Hex)": "#94A3B8",
579
+ "CTA (Hex)": "#F97316",
580
+ "Background (Hex)": "#F8FAFC",
581
+ "Text (Hex)": "#334155",
582
+ "Border (Hex)": "#E2E8F0",
583
+ "Notes": "Industrial grey + safety orange"
584
+ },
585
+ {
586
+ "No": "54",
587
+ "Product Type": "Automotive/Car Dealership",
588
+ "Primary (Hex)": "#1E293B",
589
+ "Secondary (Hex)": "#334155",
590
+ "CTA (Hex)": "#DC2626",
591
+ "Background (Hex)": "#F8FAFC",
592
+ "Text (Hex)": "#0F172A",
593
+ "Border (Hex)": "#E2E8F0",
594
+ "Notes": "Premium dark + action red"
595
+ },
596
+ {
597
+ "No": "55",
598
+ "Product Type": "Photography Studio",
599
+ "Primary (Hex)": "#18181B",
600
+ "Secondary (Hex)": "#27272A",
601
+ "CTA (Hex)": "#F8FAFC",
602
+ "Background (Hex)": "#000000",
603
+ "Text (Hex)": "#FAFAFA",
604
+ "Border (Hex)": "#3F3F46",
605
+ "Notes": "Pure black + white contrast"
606
+ },
607
+ {
608
+ "No": "56",
609
+ "Product Type": "Coworking Space",
610
+ "Primary (Hex)": "#F59E0B",
611
+ "Secondary (Hex)": "#FBBF24",
612
+ "CTA (Hex)": "#2563EB",
613
+ "Background (Hex)": "#FFFBEB",
614
+ "Text (Hex)": "#78350F",
615
+ "Border (Hex)": "#FDE68A",
616
+ "Notes": "Energetic amber + booking blue"
617
+ },
618
+ {
619
+ "No": "57",
620
+ "Product Type": "Cleaning Service",
621
+ "Primary (Hex)": "#0891B2",
622
+ "Secondary (Hex)": "#22D3EE",
623
+ "CTA (Hex)": "#22C55E",
624
+ "Background (Hex)": "#ECFEFF",
625
+ "Text (Hex)": "#164E63",
626
+ "Border (Hex)": "#A5F3FC",
627
+ "Notes": "Fresh cyan + clean green"
628
+ },
629
+ {
630
+ "No": "58",
631
+ "Product Type": "Home Services (Plumber/Electrician)",
632
+ "Primary (Hex)": "#1E40AF",
633
+ "Secondary (Hex)": "#3B82F6",
634
+ "CTA (Hex)": "#F97316",
635
+ "Background (Hex)": "#EFF6FF",
636
+ "Text (Hex)": "#1E3A8A",
637
+ "Border (Hex)": "#BFDBFE",
638
+ "Notes": "Professional blue + urgent orange"
639
+ },
640
+ {
641
+ "No": "59",
642
+ "Product Type": "Childcare/Daycare",
643
+ "Primary (Hex)": "#F472B6",
644
+ "Secondary (Hex)": "#FBCFE8",
645
+ "CTA (Hex)": "#22C55E",
646
+ "Background (Hex)": "#FDF2F8",
647
+ "Text (Hex)": "#9D174D",
648
+ "Border (Hex)": "#FCE7F3",
649
+ "Notes": "Soft pink + safe green"
650
+ },
651
+ {
652
+ "No": "60",
653
+ "Product Type": "Senior Care/Elderly",
654
+ "Primary (Hex)": "#0369A1",
655
+ "Secondary (Hex)": "#38BDF8",
656
+ "CTA (Hex)": "#22C55E",
657
+ "Background (Hex)": "#F0F9FF",
658
+ "Text (Hex)": "#0C4A6E",
659
+ "Border (Hex)": "#E0F2FE",
660
+ "Notes": "Calm blue + reassuring green"
661
+ },
662
+ {
663
+ "No": "61",
664
+ "Product Type": "Medical Clinic",
665
+ "Primary (Hex)": "#0891B2",
666
+ "Secondary (Hex)": "#22D3EE",
667
+ "CTA (Hex)": "#22C55E",
668
+ "Background (Hex)": "#F0FDFA",
669
+ "Text (Hex)": "#134E4A",
670
+ "Border (Hex)": "#CCFBF1",
671
+ "Notes": "Medical teal + health green"
672
+ },
673
+ {
674
+ "No": "62",
675
+ "Product Type": "Pharmacy/Drug Store",
676
+ "Primary (Hex)": "#15803D",
677
+ "Secondary (Hex)": "#22C55E",
678
+ "CTA (Hex)": "#0369A1",
679
+ "Background (Hex)": "#F0FDF4",
680
+ "Text (Hex)": "#14532D",
681
+ "Border (Hex)": "#BBF7D0",
682
+ "Notes": "Pharmacy green + trust blue"
683
+ },
684
+ {
685
+ "No": "63",
686
+ "Product Type": "Dental Practice",
687
+ "Primary (Hex)": "#0EA5E9",
688
+ "Secondary (Hex)": "#38BDF8",
689
+ "CTA (Hex)": "#FBBF24",
690
+ "Background (Hex)": "#F0F9FF",
691
+ "Text (Hex)": "#0C4A6E",
692
+ "Border (Hex)": "#BAE6FD",
693
+ "Notes": "Fresh blue + smile yellow"
694
+ },
695
+ {
696
+ "No": "64",
697
+ "Product Type": "Veterinary Clinic",
698
+ "Primary (Hex)": "#0D9488",
699
+ "Secondary (Hex)": "#14B8A6",
700
+ "CTA (Hex)": "#F97316",
701
+ "Background (Hex)": "#F0FDFA",
702
+ "Text (Hex)": "#134E4A",
703
+ "Border (Hex)": "#99F6E4",
704
+ "Notes": "Caring teal + warm orange"
705
+ },
706
+ {
707
+ "No": "65",
708
+ "Product Type": "Florist/Plant Shop",
709
+ "Primary (Hex)": "#15803D",
710
+ "Secondary (Hex)": "#22C55E",
711
+ "CTA (Hex)": "#EC4899",
712
+ "Background (Hex)": "#F0FDF4",
713
+ "Text (Hex)": "#14532D",
714
+ "Border (Hex)": "#BBF7D0",
715
+ "Notes": "Natural green + floral pink"
716
+ },
717
+ {
718
+ "No": "66",
719
+ "Product Type": "Bakery/Cafe",
720
+ "Primary (Hex)": "#92400E",
721
+ "Secondary (Hex)": "#B45309",
722
+ "CTA (Hex)": "#F8FAFC",
723
+ "Background (Hex)": "#FEF3C7",
724
+ "Text (Hex)": "#78350F",
725
+ "Border (Hex)": "#FDE68A",
726
+ "Notes": "Warm brown + cream white"
727
+ },
728
+ {
729
+ "No": "67",
730
+ "Product Type": "Coffee Shop",
731
+ "Primary (Hex)": "#78350F",
732
+ "Secondary (Hex)": "#92400E",
733
+ "CTA (Hex)": "#FBBF24",
734
+ "Background (Hex)": "#FEF3C7",
735
+ "Text (Hex)": "#451A03",
736
+ "Border (Hex)": "#FDE68A",
737
+ "Notes": "Coffee brown + warm gold"
738
+ },
739
+ {
740
+ "No": "68",
741
+ "Product Type": "Brewery/Winery",
742
+ "Primary (Hex)": "#7C2D12",
743
+ "Secondary (Hex)": "#B91C1C",
744
+ "CTA (Hex)": "#CA8A04",
745
+ "Background (Hex)": "#FEF2F2",
746
+ "Text (Hex)": "#450A0A",
747
+ "Border (Hex)": "#FECACA",
748
+ "Notes": "Deep burgundy + craft gold"
749
+ },
750
+ {
751
+ "No": "69",
752
+ "Product Type": "Airline",
753
+ "Primary (Hex)": "#1E3A8A",
754
+ "Secondary (Hex)": "#3B82F6",
755
+ "CTA (Hex)": "#F97316",
756
+ "Background (Hex)": "#EFF6FF",
757
+ "Text (Hex)": "#1E40AF",
758
+ "Border (Hex)": "#BFDBFE",
759
+ "Notes": "Sky blue + booking orange"
760
+ },
761
+ {
762
+ "No": "70",
763
+ "Product Type": "News/Media Platform",
764
+ "Primary (Hex)": "#DC2626",
765
+ "Secondary (Hex)": "#EF4444",
766
+ "CTA (Hex)": "#1E40AF",
767
+ "Background (Hex)": "#FEF2F2",
768
+ "Text (Hex)": "#450A0A",
769
+ "Border (Hex)": "#FECACA",
770
+ "Notes": "Breaking red + link blue"
771
+ },
772
+ {
773
+ "No": "71",
774
+ "Product Type": "Magazine/Blog",
775
+ "Primary (Hex)": "#18181B",
776
+ "Secondary (Hex)": "#3F3F46",
777
+ "CTA (Hex)": "#EC4899",
778
+ "Background (Hex)": "#FAFAFA",
779
+ "Text (Hex)": "#09090B",
780
+ "Border (Hex)": "#E4E4E7",
781
+ "Notes": "Editorial black + accent pink"
782
+ },
783
+ {
784
+ "No": "72",
785
+ "Product Type": "Freelancer Platform",
786
+ "Primary (Hex)": "#6366F1",
787
+ "Secondary (Hex)": "#818CF8",
788
+ "CTA (Hex)": "#22C55E",
789
+ "Background (Hex)": "#EEF2FF",
790
+ "Text (Hex)": "#312E81",
791
+ "Border (Hex)": "#C7D2FE",
792
+ "Notes": "Creative indigo + hire green"
793
+ },
794
+ {
795
+ "No": "73",
796
+ "Product Type": "Consulting Firm",
797
+ "Primary (Hex)": "#0F172A",
798
+ "Secondary (Hex)": "#334155",
799
+ "CTA (Hex)": "#CA8A04",
800
+ "Background (Hex)": "#F8FAFC",
801
+ "Text (Hex)": "#020617",
802
+ "Border (Hex)": "#E2E8F0",
803
+ "Notes": "Authority navy + premium gold"
804
+ },
805
+ {
806
+ "No": "74",
807
+ "Product Type": "Marketing Agency",
808
+ "Primary (Hex)": "#EC4899",
809
+ "Secondary (Hex)": "#F472B6",
810
+ "CTA (Hex)": "#06B6D4",
811
+ "Background (Hex)": "#FDF2F8",
812
+ "Text (Hex)": "#831843",
813
+ "Border (Hex)": "#FBCFE8",
814
+ "Notes": "Bold pink + creative cyan"
815
+ },
816
+ {
817
+ "No": "75",
818
+ "Product Type": "Event Management",
819
+ "Primary (Hex)": "#7C3AED",
820
+ "Secondary (Hex)": "#A78BFA",
821
+ "CTA (Hex)": "#F97316",
822
+ "Background (Hex)": "#FAF5FF",
823
+ "Text (Hex)": "#4C1D95",
824
+ "Border (Hex)": "#DDD6FE",
825
+ "Notes": "Excitement purple + action orange"
826
+ },
827
+ {
828
+ "No": "76",
829
+ "Product Type": "Conference/Webinar Platform",
830
+ "Primary (Hex)": "#1E40AF",
831
+ "Secondary (Hex)": "#3B82F6",
832
+ "CTA (Hex)": "#22C55E",
833
+ "Background (Hex)": "#EFF6FF",
834
+ "Text (Hex)": "#1E3A8A",
835
+ "Border (Hex)": "#BFDBFE",
836
+ "Notes": "Professional blue + join green"
837
+ },
838
+ {
839
+ "No": "77",
840
+ "Product Type": "Membership/Community",
841
+ "Primary (Hex)": "#7C3AED",
842
+ "Secondary (Hex)": "#A78BFA",
843
+ "CTA (Hex)": "#22C55E",
844
+ "Background (Hex)": "#FAF5FF",
845
+ "Text (Hex)": "#4C1D95",
846
+ "Border (Hex)": "#DDD6FE",
847
+ "Notes": "Community purple + join green"
848
+ },
849
+ {
850
+ "No": "78",
851
+ "Product Type": "Newsletter Platform",
852
+ "Primary (Hex)": "#0369A1",
853
+ "Secondary (Hex)": "#0EA5E9",
854
+ "CTA (Hex)": "#F97316",
855
+ "Background (Hex)": "#F0F9FF",
856
+ "Text (Hex)": "#0C4A6E",
857
+ "Border (Hex)": "#BAE6FD",
858
+ "Notes": "Trust blue + subscribe orange"
859
+ },
860
+ {
861
+ "No": "79",
862
+ "Product Type": "Digital Products/Downloads",
863
+ "Primary (Hex)": "#6366F1",
864
+ "Secondary (Hex)": "#818CF8",
865
+ "CTA (Hex)": "#22C55E",
866
+ "Background (Hex)": "#EEF2FF",
867
+ "Text (Hex)": "#312E81",
868
+ "Border (Hex)": "#C7D2FE",
869
+ "Notes": "Digital indigo + buy green"
870
+ },
871
+ {
872
+ "No": "80",
873
+ "Product Type": "Church/Religious Organization",
874
+ "Primary (Hex)": "#7C3AED",
875
+ "Secondary (Hex)": "#A78BFA",
876
+ "CTA (Hex)": "#CA8A04",
877
+ "Background (Hex)": "#FAF5FF",
878
+ "Text (Hex)": "#4C1D95",
879
+ "Border (Hex)": "#DDD6FE",
880
+ "Notes": "Spiritual purple + warm gold"
881
+ },
882
+ {
883
+ "No": "81",
884
+ "Product Type": "Sports Team/Club",
885
+ "Primary (Hex)": "#DC2626",
886
+ "Secondary (Hex)": "#EF4444",
887
+ "CTA (Hex)": "#FBBF24",
888
+ "Background (Hex)": "#FEF2F2",
889
+ "Text (Hex)": "#7F1D1D",
890
+ "Border (Hex)": "#FECACA",
891
+ "Notes": "Team red + championship gold"
892
+ },
893
+ {
894
+ "No": "82",
895
+ "Product Type": "Museum/Gallery",
896
+ "Primary (Hex)": "#18181B",
897
+ "Secondary (Hex)": "#27272A",
898
+ "CTA (Hex)": "#F8FAFC",
899
+ "Background (Hex)": "#FAFAFA",
900
+ "Text (Hex)": "#09090B",
901
+ "Border (Hex)": "#E4E4E7",
902
+ "Notes": "Gallery black + white space"
903
+ },
904
+ {
905
+ "No": "83",
906
+ "Product Type": "Theater/Cinema",
907
+ "Primary (Hex)": "#1E1B4B",
908
+ "Secondary (Hex)": "#312E81",
909
+ "CTA (Hex)": "#CA8A04",
910
+ "Background (Hex)": "#0F0F23",
911
+ "Text (Hex)": "#F8FAFC",
912
+ "Border (Hex)": "#4338CA",
913
+ "Notes": "Dramatic dark + spotlight gold"
914
+ },
915
+ {
916
+ "No": "84",
917
+ "Product Type": "Language Learning App",
918
+ "Primary (Hex)": "#4F46E5",
919
+ "Secondary (Hex)": "#818CF8",
920
+ "CTA (Hex)": "#22C55E",
921
+ "Background (Hex)": "#EEF2FF",
922
+ "Text (Hex)": "#312E81",
923
+ "Border (Hex)": "#C7D2FE",
924
+ "Notes": "Learning indigo + progress green"
925
+ },
926
+ {
927
+ "No": "85",
928
+ "Product Type": "Coding Bootcamp",
929
+ "Primary (Hex)": "#0F172A",
930
+ "Secondary (Hex)": "#1E293B",
931
+ "CTA (Hex)": "#22C55E",
932
+ "Background (Hex)": "#020617",
933
+ "Text (Hex)": "#F8FAFC",
934
+ "Border (Hex)": "#334155",
935
+ "Notes": "Terminal dark + success green"
936
+ },
937
+ {
938
+ "No": "86",
939
+ "Product Type": "Cybersecurity Platform",
940
+ "Primary (Hex)": "#00FF41",
941
+ "Secondary (Hex)": "#0D0D0D",
942
+ "CTA (Hex)": "#FF3333",
943
+ "Background (Hex)": "#000000",
944
+ "Text (Hex)": "#E0E0E0",
945
+ "Border (Hex)": "#1F1F1F",
946
+ "Notes": "Matrix green + alert red"
947
+ },
948
+ {
949
+ "No": "87",
950
+ "Product Type": "Developer Tool / IDE",
951
+ "Primary (Hex)": "#1E293B",
952
+ "Secondary (Hex)": "#334155",
953
+ "CTA (Hex)": "#22C55E",
954
+ "Background (Hex)": "#0F172A",
955
+ "Text (Hex)": "#F8FAFC",
956
+ "Border (Hex)": "#475569",
957
+ "Notes": "Code dark + run green"
958
+ },
959
+ {
960
+ "No": "88",
961
+ "Product Type": "Biotech / Life Sciences",
962
+ "Primary (Hex)": "#0EA5E9",
963
+ "Secondary (Hex)": "#0284C7",
964
+ "CTA (Hex)": "#10B981",
965
+ "Background (Hex)": "#F0F9FF",
966
+ "Text (Hex)": "#0C4A6E",
967
+ "Border (Hex)": "#BAE6FD",
968
+ "Notes": "DNA blue + life green"
969
+ },
970
+ {
971
+ "No": "89",
972
+ "Product Type": "Space Tech / Aerospace",
973
+ "Primary (Hex)": "#F8FAFC",
974
+ "Secondary (Hex)": "#94A3B8",
975
+ "CTA (Hex)": "#3B82F6",
976
+ "Background (Hex)": "#0B0B10",
977
+ "Text (Hex)": "#F8FAFC",
978
+ "Border (Hex)": "#1E293B",
979
+ "Notes": "Star white + launch blue"
980
+ },
981
+ {
982
+ "No": "90",
983
+ "Product Type": "Architecture / Interior",
984
+ "Primary (Hex)": "#171717",
985
+ "Secondary (Hex)": "#404040",
986
+ "CTA (Hex)": "#D4AF37",
987
+ "Background (Hex)": "#FFFFFF",
988
+ "Text (Hex)": "#171717",
989
+ "Border (Hex)": "#E5E5E5",
990
+ "Notes": "Minimal black + accent gold"
991
+ },
992
+ {
993
+ "No": "91",
994
+ "Product Type": "Quantum Computing",
995
+ "Primary (Hex)": "#00FFFF",
996
+ "Secondary (Hex)": "#7B61FF",
997
+ "CTA (Hex)": "#FF00FF",
998
+ "Background (Hex)": "#050510",
999
+ "Text (Hex)": "#E0E0FF",
1000
+ "Border (Hex)": "#333344",
1001
+ "Notes": "Quantum cyan + interference purple"
1002
+ },
1003
+ {
1004
+ "No": "92",
1005
+ "Product Type": "Biohacking / Longevity",
1006
+ "Primary (Hex)": "#FF4D4D",
1007
+ "Secondary (Hex)": "#4D94FF",
1008
+ "CTA (Hex)": "#00E676",
1009
+ "Background (Hex)": "#F5F5F7",
1010
+ "Text (Hex)": "#1C1C1E",
1011
+ "Border (Hex)": "#E5E5EA",
1012
+ "Notes": "Bio red/blue + vitality green"
1013
+ },
1014
+ {
1015
+ "No": "93",
1016
+ "Product Type": "Autonomous Systems",
1017
+ "Primary (Hex)": "#00FF41",
1018
+ "Secondary (Hex)": "#008F11",
1019
+ "CTA (Hex)": "#FF3333",
1020
+ "Background (Hex)": "#0D1117",
1021
+ "Text (Hex)": "#E6EDF3",
1022
+ "Border (Hex)": "#30363D",
1023
+ "Notes": "Terminal green + alert red"
1024
+ },
1025
+ {
1026
+ "No": "94",
1027
+ "Product Type": "Generative AI Art",
1028
+ "Primary (Hex)": "#18181B",
1029
+ "Secondary (Hex)": "#3F3F46",
1030
+ "CTA (Hex)": "#EC4899",
1031
+ "Background (Hex)": "#FAFAFA",
1032
+ "Text (Hex)": "#09090B",
1033
+ "Border (Hex)": "#E4E4E7",
1034
+ "Notes": "Canvas neutral + creative pink"
1035
+ },
1036
+ {
1037
+ "No": "95",
1038
+ "Product Type": "Spatial / Vision OS",
1039
+ "Primary (Hex)": "#FFFFFF",
1040
+ "Secondary (Hex)": "#E5E5E5",
1041
+ "CTA (Hex)": "#007AFF",
1042
+ "Background (Hex)": "#888888",
1043
+ "Text (Hex)": "#000000",
1044
+ "Border (Hex)": "#CCCCCC",
1045
+ "Notes": "Glass white + system blue"
1046
+ },
1047
+ {
1048
+ "No": "96",
1049
+ "Product Type": "Climate Tech",
1050
+ "Primary (Hex)": "#059669",
1051
+ "Secondary (Hex)": "#10B981",
1052
+ "CTA (Hex)": "#FBBF24",
1053
+ "Background (Hex)": "#ECFDF5",
1054
+ "Text (Hex)": "#064E3B",
1055
+ "Border (Hex)": "#A7F3D0",
1056
+ "Notes": "Nature green + solar gold"
1057
+ }
1058
+ ]