stackblitz.json

StackBlitz Brand Identity

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

Quick Facts

Field Value
Primary #A1A5B0
Accent #1574EF
Body Font Inter
Heading Font Manrope

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

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

StackBlitz Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Follow the instructions if you have permission to use the fonts:

  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.

Machine-Readable Profile

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Manrope",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#A1A5B0",
    "secondary": "#212633",
    "accent": "#1574EF",
    "background": "#1C1F25",
    "textPrimary": "#1C1F25",
    "link": "#1574EF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Manrope"
    },
    "fontStacks": {
      "heading": [
        "Manrope",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "94px",
      "h2": "94px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#1574EF",
      "textColor": "#FFFFFF",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "rgba(255, 255, 255, 0.14) 0px 0px 0px 1px inset"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "rgba(29, 78, 106, 0.12) 0px 4px 12px 0px, rgb(255, 255, 255) 0px 0px 0px 1px inset"
    }
  },
  "images": {
    "logo": "https://stackblitz.com/_astro/img/brands/stackblitz-monotone.svg",
    "favicon": "https://stackblitz.com/_astro/favicon.svg",
    "ogImage": "https://stackblitz.com/_astro/social_general.jpg",
    "logoAlt": "StackBlitz"
  }
}