Quill Brand: Colors, Fonts, Logo & Visual Identity

Quill Brand Identity

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

Color Palette

Brand palette extracted from https://quill.co.

Colors

Typography

Each font links to its Google Fonts page where available.

Fonts

Visual Assets

Logo

Favicon

Social Card

UI Components

Input

Button Primary

Button Secondary

Brand Personality

Tone: professional
Energy: medium
Audience: developers and businesses needing API solutions

Frequently Asked Questions

What is Quill's primary brand color?
Quill's primary brand color is #64748B. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Quill use?
Quill uses #334155 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Quill use?
Quill uses Inter as the primary typeface across body and headings.

Does Quill use a light or dark theme?
Quill's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Quill's logo?
Quill's logo is available directly on their site (https://quill.co). 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://quill.co 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 Quill.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#64748B",
    "secondary": "#1E293B",
    "accent": "#334155",
    "background": "#FFFFFF",
    "textPrimary": "#334155",
    "link": "#334155"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter"
      ],
      "body": [
        "Inter"
      ],
      "paragraph": [
        "Inter"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "13px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "2px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": "#E2E8F0",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#2C2E32",
      "textColor": "#F8FAFC",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#212121",
      "borderColor": "#E7E7E7",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
    }
  },
  "images": {
    "logo": "https://quill.co/_next/static/media/quill.7847c2f3.svg",
    "favicon": "https://quill.co/favicon.ico",
    "ogImage": "https://fnaxkqsjsnisbokmyqtb.supabase.co/storage/v1/object/public/quill/banner.png",
    "logoAlt": "Quill"
  }
}