Thesis Brand: Colors, Fonts, Logo & Visual Identity

Thesis Brand Identity

A complete profile of Thesis's visual system — colors, typography, components, and personality — extracted from https://thesislabs.ai. Built for designers, agents, and AI tools.

Color Palette

Brand palette extracted from https://thesislabs.ai.

Typography

Each font links to its Google Fonts page where available.

Visual Assets

UI Components

Live previews rendered using Thesis's actual button styles.

Button Primary

Button Secondary

Brand Personality

Thesis Brand in the Wild

Source: thesislabs.ai

Source: thesislabs.ai

Source: thesislabs.ai

Source: thesislabs.ai

Source: thesislabs.ai

Frequently Asked Questions

Methodology

Brand data on this page was extracted from https://thesislabs.ai on 2026-07-27 using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "JetBrains Mono",
      "role": "monospace"
    },
    {
      "family": "Crimson Text",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#F9E8C8",
    "secondary": "#F9ECD4",
    "accent": "#000000",
    "background": "#FAFAF7",
    "textPrimary": "#000000",
    "link": "#E7EEF7"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Crimson Text"
    },
    "fontStacks": {
      "heading": [
        "Crimson Text",
        "serif"
      ],
      "body": [
        "Inter"
      ],
      "paragraph": [
        "Inter"
      ]
    },
    "fontSizes": {
      "h1": "88px",
      "h2": "64px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#FAFAF7",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": "#E1E1DE",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": null,
    "favicon": "https://thesislabs.ai/favicon.ico?favicon.0e7e8eca.ico",
    "ogImage": null
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  }
}