firstignite.json
FirstIgnite Brand Identity
A complete profile of FirstIgnite's visual system — colors, typography, components, and personality — extracted from https://firstignite.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/firstignite
- Machine-readable JSON: https://characterquilt.com/branding/firstignite.json
- Per-page llms.txt: https://characterquilt.com/branding/firstignite/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #1C75BB |
| Accent | #1E73BE |
| Body Font | Manrope |
| Heading Font | Manrope |
Color Palette
- primary: #1C75BB
- secondary: #1E73BE
- accent: #1E73BE
- background: #FFFFFF
- textPrimary: #000000
- link: #495568
Typography
- primary: Manrope — https://fonts.google.com/specimen/Manrope
- heading: Manrope — https://fonts.google.com/specimen/Manrope
Visual Assets
- Logo:
- Favicon:
UI Components
- buttonPrimary: background=#FFFFFF, textColor=#1C75BB, borderRadius=5px, shadow=none
- buttonSecondary: background=#1E73BE, textColor=#FFFFFF, borderColor=#1E73BE, borderRadius=5px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: universities and academic institutions
FirstIgnite Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Tech Transfer - FirstIgnite for Tech Transfer Teams
- Image:
- Source: Tech Transfer
- Exploring the Latest IoT Smart Cities Advancements in 2024
- Image:
- Source: IoT Smart Cities
- FirstIgnite - AI for Universities
- Image:
- Source: FirstIgnite AI
- Archivo de Nuevos Horizontes - FirstIgnite
- Image:
- Source: Nuevos Horizontes
- Новые горизонты: сельскохозяйственные технологии - FirstIgnite
- Image:
- Source: Сельскохозяйственные технологии
- Neuromorphic Computing: Advancements in AI & Chips 2024
- Image:
- Source: Neuromorphic Computing
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
CharacterQuilt.com suggests this flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each
src: url(...)to point to your local file path.
Programmatic alternative: load the URL with Playwright or Puppeteer, listen for response events whose Content-Type starts with font/, and write the body to disk. The CSS extraction step is the same.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.