infisical.json
Infisical Brand Identity
A complete profile of Infisical's visual system — colors, typography, components, and personality — extracted from https://infisical.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/infisical
- Machine-readable JSON: https://characterquilt.com/branding/infisical.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #0F172A |
| Accent | #181819 |
| Body Font | Alliance |
| Heading Font | Alliance |
Color Palette
- primary: #0F172A
- secondary: #475569
- accent: #181819
- background: #F3F4F6
- textPrimary: #000000
- link: #475569
Typography
- primary: Alliance — https://fonts.google.com/specimen/Alliance
- heading: Alliance — https://fonts.google.com/specimen/Alliance
Visual Assets
- Logo: https://infisical.com/_next/image?url=%2Fimages%2Flogo-black.png&w=64&q=75
- Favicon: https://infisical.com/infisical.ico
- Social card (og:image): https://infisical.com/images/message.png
UI Components
- buttonPrimary: background=#181819, textColor=#CCCCCE, borderRadius=0px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#000000, borderColor=#000000, borderRadius=0px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: developers and security professionals
Infisical Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Infisical Cloud - Infisical
- Infisical Blog
- GitHub Team Sync - Infisical
- A Vibe Coding Security Playbook: Keeping AI-Generated Cod...
- Infisical Agent - Infisical
- Infisical Blog
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.