Home · Branding · Weave Robotics

Weave Robotics Brand Identity

A complete profile of Weave Robotics's visual system — colors, typography, components, and personality — extracted from https://www.weaverobots.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#FF6100
Accent
#FF6100
Body Font
General Sans
Heading
General Sans

Color Palette

Brand palette extracted from https://www.weaverobots.com.

primary
#FF6100
rgb(255, 97, 0)
secondary
#6A7282
rgb(106, 114, 130)
accent
#FF6100
rgb(255, 97, 0)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#6A7282
rgb(106, 114, 130)

Typography

Each font links to its Google Fonts page where available.

primary
General Sans
General Sans Google Fonts →
heading
General Sans
General Sans Google Fonts →
General Sans, sans-serif
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.

Visual Assets

Weave Robotics logo
Logo
Weave Robotics favicon
Favicon

UI Components

Live previews rendered using Weave Robotics's actual button styles.

input
background transparent textColor #161616 borderColor #E6E6E6 borderRadius 6.75px shadow none
buttonPrimary
background #FF6100 textColor #FFFFFF borderRadius 4.5px shadow none
buttonSecondary
background #161616 textColor #FFFFFF borderRadius 33554400px shadow none

Brand Personality

Tone: modern Energy: high Audience: tech enthusiasts and professionals interested in robotics

Weave Robotics Brand in the Wild

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

Frequently Asked Questions

What is Weave Robotics's primary brand color?

Weave Robotics's primary brand color is #FF6100. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Weave Robotics use?

Weave Robotics uses General Sans as the primary typeface across body and headings.

Does Weave Robotics use a light or dark theme?

Weave Robotics's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Weave Robotics's logo?

Weave Robotics's logo is available directly on their site (https://www.weaverobots.com). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://www.weaverobots.com using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Weave Robotics.

Methodology

Brand data on this page was extracted from https://www.weaverobots.com on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Weave Robotics.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "General Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#FF6100",
    "secondary": "#6A7282",
    "accent": "#FF6100",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#6A7282"
  },
  "typography": {
    "fontFamilies": {
      "primary": "General Sans",
      "heading": "General Sans"
    },
    "fontStacks": {
      "heading": [
        "General Sans",
        "sans-serif"
      ],
      "body": [
        "General Sans",
        "sans-serif"
      ],
      "paragraph": [
        "General Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "40.5px",
      "h2": "40.5px",
      "body": "20.25px"
    }
  },
  "spacing": {
    "baseUnit": 6,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#161616",
      "borderColor": "#E6E6E6",
      "borderRadius": "6.75px",
      "borderRadiusCorners": {
        "topLeft": "6.75px",
        "topRight": "6.75px",
        "bottomRight": "6.75px",
        "bottomLeft": "6.75px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FF6100",
      "textColor": "#FFFFFF",
      "borderRadius": "4.5px",
      "borderRadiusCorners": {
        "topLeft": "4.5px",
        "topRight": "4.5px",
        "bottomRight": "4.5px",
        "bottomLeft": "4.5px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#161616",
      "textColor": "#FFFFFF",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.weaverobotics.com/logo_black.svg",
    "favicon": "https://www.weaverobotics.com/favicon.ico",
    "ogImage": null,
    "logoHref": "/",
    "logoAlt": "Weave Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Weave Robotics'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Order now",
      "reasoning": "Button #2 with text 'Order now' uses the vibrant brand color #FF6100, making it the most prominent and action-oriented CTA."
    },
    "secondary": {
      "index": 1,
      "text": "Read the post→",
      "reasoning": "Button #1 with text 'Read the post→' uses a different color group (#161616) and serves as a secondary action, guiding users to additional content."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "tech enthusiasts and professionals interested in robotics"
  },
  "designSystem": {
    "framework": "tailwind",
    "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, links to the homepage, and matches the brand name 'Weave Robotics'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles