ironledger ai.json
IronLedger.ai Brand Identity
A complete profile of IronLedger.ai's visual system — colors, typography, components, and personality — extracted from https://ironledger.ai. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/ironledger-ai
- Machine-readable JSON: https://characterquilt.com/branding/ironledger-ai.json
- Per-page llms.txt: https://characterquilt.com/branding/ironledger-ai/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #2563EB |
| Accent | #2563EB |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #2563EB
- secondary: #EFF6FF
- accent: #2563EB
- background: #FFFFFF
- textPrimary: #020817
- link: #020817
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo: https://www.ironledger.ai/FullColor.svg
- Favicon: https://www.ironledger.ai/favicon.ico
- Social card (og:image): https://ironledger.ai/opengraph.png
UI Components
- buttonPrimary: background=#2563EB, textColor=#FFFFFF, borderRadius=6px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
- buttonSecondary: background=#EFF6FF, textColor=#1F2937, borderColor=#BFDBFE, borderRadius=6px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals
IronLedger.ai Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- IronLedger
- IronLedger
- IronLedger Seed Fundraise | IronLedger Blog
- IronLedger
- How Baron Management increased profits by >5% | IronLedger Case Studies
- How Treplus closes the books 30 days faster | IronLedger Case Studies
Working with these fonts
Not found on Google 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.