simular.json
Simular Brand Identity
A complete profile of Simular's visual system — colors, typography, components, and personality — extracted from https://www.simular.ai/. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #00A3FF |
| Accent | #672ED9 |
| Body Font | Manrope |
| Heading Font | Instrument Sans |
Color Palette
- primary: #00A3FF
- secondary: #021729
- accent: #672ED9
- background: #FFFFFF
- textPrimary: #000000
- link: #672ED9
Typography
- primary: Manrope — https://fonts.google.com/specimen/Manrope
- heading: Instrument Sans — https://fonts.google.com/specimen/Instrument+Sans
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#000000, textColor=#FFFFFF, borderRadius=16px, shadow=none
- buttonSecondary: background=transparent, textColor=#000000, borderColor=#000000, borderRadius=16px, shadow=none
Brand Personality
Tone: modern · Energy: high · Audience: tech-savvy professionals
Simular Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Meet your teammate, Simular 1.0
- Image:
- Source: Meet your teammate
- 7 Best AI Blog Writing Tools in 2026: Services, Tips, and Real Examples
- Image:
- Source: Blog Writing Tools
- About
- Image:
- Source: About
- Simular AI
- Image:
- Source: Simular AI
- How to Sync Facebook Reports to Google Sheets Guide
- Image:
- Source: Sync Guide
- Blog
- Image:
- Source: 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.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.