osmosis.json
Osmosis Brand Identity
A complete profile of Osmosis's visual system — colors, typography, components, and personality — extracted from https://osmosis.ai/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/osmosis
- Machine-readable JSON: https://characterquilt.com/branding/osmosis.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #AFCFC7 |
| Accent | #E0EEE6 |
| Body Font | Neuehaasgroteskdisplay |
| Heading Font | Px Grotesk |
Color Palette
- primary: #AFCFC7
- secondary: #4962FF
- accent: #E0EEE6
- background: #1A1A1A
- textPrimary: #1A1A1A
- link: #3898EC
Typography
- primary: Neuehaasgroteskdisplay — https://fonts.google.com/specimen/Neuehaasgroteskdisplay
- heading: Px Grotesk — https://fonts.google.com/specimen/Px+Grotesk
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#E0EEE6, textColor=#4962FF, borderRadius=4px, shadow=none
- buttonSecondary: background=#1A1A1A, textColor=#BAC4BE, borderColor=#66726B, borderRadius=4px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech professionals
Osmosis Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Osmosis | Forward Deployed Reinforcement Learning Platform
- Image:
- Source: https://osmosis.ai/
- About Osmosis | Forward-Deployed Reinforcement Learning
- Image:
- Source: https://osmosis.ai/about
- Osmosis | Forward Deployed Reinforcement Learning Platform
- Image:
- Source: https://osmosis.ai/
- Login | Osmosis Platform
- Image:
- Source: https://platform.osmosis.ai/
- Osmosis Blog | News, Releases & RL Insights for Agentic AI
- Image:
- Source: https://osmosis.ai/blog
- Osmosis Platform | Reinforcement Fine-Tuning for Agentic AI
- Image:
- Source: https://osmosis.ai/platform
Working with these fonts
Not found on Google Fonts? Follow these instructions 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 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.