arcimus.json
Arcimus Brand Identity
A complete profile of Arcimus's visual system — colors, typography, components, and personality — extracted from https://www.arcimus.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/arcimus
- Machine-readable JSON: https://characterquilt.com/branding/arcimus.json
- Per-page llms.txt: https://characterquilt.com/branding/arcimus/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #E85D04 |
| Accent | #E85D04 |
| Body Font | Inter |
| Heading Font | Newsreader |
Color Palette
- primary: #E85D04
- accent: #E85D04
- background: #FCFCFA
- textPrimary: #1C1C1C
- link: #E85D04
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Newsreader — https://fonts.google.com/specimen/Newsreader
Visual Assets
UI Components
- buttonPrimary: background=#FCFCFA, textColor=#1C1C1C, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: recruiters and hiring managers
Arcimus Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
Launch YC: Arcimus - AI-powered Insurance Premium Audits | Y Combinator | Y Combinator | 73 comments
- Image:
- Source: LinkedIn
Explore Arcimus 2024: The Ultimate AI Guide - Pricing, Review & Capabilities | Monkey Ai Tools
- Image:
- Source: Monkey Ai Tools
Arcimus AI Takes Your Virtual Meeting Notes | by Digger Insights | Medium
- Image:
- Source: Medium
ATX PRODUCT CATALOG 001
- Image:
- Source: Yumpu
Arcimus - 2026 Funding Rounds & List of Investors - Tracxn
- Image:
- Source: Tracxn
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.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.