llms.txt

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.

Quick Facts

Field Value
Primary #AFCFC7
Accent #E0EEE6
Body Font Neuehaasgroteskdisplay
Heading Font Px Grotesk

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: tech professionals

Osmosis Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

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:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
  3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
  4. For each captured font URL: right-click → Save As to download the file locally.
  5. 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.

Machine-Readable Profile

{
 "colorScheme": "dark",
 "fonts": [
 {
 "family": "Px Grotesk",
 "role": "heading"
 },
 {
 "family": "Neuehaasgroteskdisplay",
 "role": "body"
 },
 {
 "family": "205 Tf Exposure 0",
 "role": "display"
 },
 {
 "family": "Georgia",
 "role": "body"
 }
],
 "colors": {
 "primary": "#AFCFC7",
 "secondary": "#4962FF",
 "accent": "#E0EEE6",
 "background": "#1A1A1A",
 "textPrimary": "#1A1A1A",
 "link": "#3898EC"
 },
 "typography": {
 "fontFamilies": {
 "primary": "Neuehaasgroteskdisplay",
 "heading": "Px Grotesk"
 },
 "fontStacks": {
 "heading": [
 "205 Tf Exposure 0",
 "Georgia",
 "sans-serif"
 ],
 "body": [
 "Neuehaasgroteskdisplay",
 "Arial",
 "sans-serif"
 ],
 "paragraph": [
 "Px Grotesk",
 "Arial",
 "sans-serif"
 ]
 },
 "fontSizes": {
 "h1": "48px",
 "h2": "14px",
 "body": "16px"
 }
 },
 "spacing": {
 "baseUnit": 4,
 "borderRadius": "3px"
 },
 "components": {
 "buttonPrimary": {
 "background": "#E0EEE6",
 "textColor": "#4962FF",
 "borderRadius": "4px",
 "borderRadiusCorners": {
 "topLeft": "4px",
 "topRight": "4px",
 "bottomRight": "4px",
 "bottomLeft": "4px"
 },
 "shadow": "none"
 },
 "buttonSecondary": {
 "background": "#1A1A1A",
 "textColor": "#BAC4BE",
 "borderColor": "#66726B",
 "borderRadius": "4px",
 "borderRadiusCorners": {
 "topLeft": "4px",
 "topRight": "4px",
 "bottomRight": "4px",
 "bottomLeft": "4px"
 },
 "shadow": "none"
 }
 },
 "images": {
 "logo": "https://cdn.prod.website-files.com/68e57e4c53b55278417c1e17/68e57e4c53b55278417c1e24_Logo.svg",
 "favicon": "https://cdn.prod.website-files.com/68e57e4c53b55278417c1e17/68e58f3a520c5526181af8be_Favicon.png",
 "ogImage": "https://cdn.prod.website-files.com/68e57e4c53b55278417c1e17/68e59277aaa362cb3c144f66_a52a70f75bca1833de4b26e57e464b3d_Opengraph.jpg"
 },
 "__llm_logo_reasoning": {
 "selectedIndex": 0,
 "reasoning": "Logo rejected: Red flags detected (menu word). Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of a primary brand logo.",
 "confidence": 0.9,
 "rejected": true,
 "source": "llm"
 },
 "__llm_button_reasoning": {
 "primary": {
 "index": 0,
 "text": "Book a Demo",
 "reasoning": "Button #0 has a vibrant green background (#E0EEE6) which stands out as a primary call-to-action. The text 'Book a Demo' is action-oriented, making it suitable as the primary CTA."
 },
 "secondary": {
 "index": 1,
 "text": "Book a Demo",
 "reasoning": "Button #1 has a dark background (#1A1A1A) and is less vibrant, making it suitable as a secondary button. It shares the same text but is visually less prominent."
 },
 "confidence": 0.95
 },
 "personality": {
 "tone": "modern",
 "energy": "medium",
 "targetAudience": "tech professionals"
 },
 "designSystem": {
 "framework": "custom",
 "componentLibrary": ""
 },
 "confidence": {
 "buttons": 0.95,
 "colors": 0.9,
 "overall": 0.925
 },
 "__llm_metadata": {
 "logoSelection": {
 "llmCalled": true,
 "llmSucceeded": true,
 "finalSource": "llm",
 "rawLogoSelection": {
 "selectedLogoIndex": 0,
 "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of a primary brand logo.",
 "confidence": 0.9
 }
 },
 "buttonClassification": {
 "llmCalled": true,
 "llmSucceeded": true
 }
 }
}