runware.json
Runware Brand Identity
A complete profile of Runware's visual system — colors, typography, components, and personality — extracted from https://runware.ai/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/runware
- Machine-readable JSON: https://characterquilt.com/branding/runware.json
- Per-page llms.txt: https://characterquilt.com/branding/runware/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #1D012F |
| Accent | #675CFF |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #1D012F
- secondary: #9810FA
- accent: #675CFF
- background: #0A0A0A
- textPrimary: #F2F2F2
- link: #675CFF
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo: https://website.runware.ai/images/svgs/runware-icon.svg
- Favicon: https://website.runware.ai/favicon.ico
- Social card (og:image): https://website.runware.ai/og/runware.jpg
UI Components
- buttonPrimary: background=#675CFF, textColor=#F8FAFC, borderRadius=2px, shadow=none
- buttonSecondary: background=#F2F2F2, textColor=#0A0A0A, borderRadius=2px, shadow=none
Brand Personality
- Tone: modern · Energy: high · Audience: developers and tech enthusiasts
Runware Brand in the Wild
- Inside Runware's AI platform: Architecture, features, and capabilities | Runware
- Blog | Runware
- Inside Runware's AI platform: Architecture, features, and capabilities | Runware
- Blog | Runware
- Animagine XL 4.0 Opt AI Image Generator | Runware
- Blog | Runware
Working with these fonts
Not found on Google Fonts? Here is a flow to help if you have permission to use the fonts:
- 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 check various sections (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.