Home · Branding · Proof of Play

Proof of Play Brand Identity

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

Download JSON
Primary
#2F273B
Accent
#2F273B
Body Font
PP Neue Montreal
Heading
PP Neue Montreal

Color Palette

Brand palette extracted from https://proofofplay.com/.

primary
#2F273B
rgb(47, 39, 59)
accent
#2F273B
rgb(47, 39, 59)
background
#000000
rgb(0, 0, 0)
textPrimary
#000000
rgb(0, 0, 0)
link
#4C3E5E
rgb(76, 62, 94)

Typography

Each font links to its Google Fonts page where available.

primary
PP Neue Montreal
PP Neue Montreal Google Fonts →
heading
PP Neue Montreal
PP Neue Montreal Google Fonts →
PP Neue Montreal, Arial, 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

Proof of Play logo
Logo
Proof of Play favicon
Favicon
Proof of Play social image
Social Card

UI Components

Live previews rendered using Proof of Play's actual button styles.

buttonPrimary
background #2F273B textColor #FFFFFF borderRadius 2.08px shadow none
buttonSecondary
background #FFFFFF textColor #000000 borderRadius 2.6px shadow none

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy individuals interested in blockchain and gaming

Proof of Play Brand in the Wild

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

Frequently Asked Questions

What is Proof of Play's primary brand color?

Proof of Play's primary brand color is #2F273B. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Proof of Play use?

Proof of Play uses PP Neue Montreal as the primary typeface across body and headings.

Does Proof of Play use a light or dark theme?

Proof of Play's primary site uses a dark color scheme, with a background of #000000.

Where can I find Proof of Play's logo?

Proof of Play's logo is available directly on their site (https://proofofplay.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://proofofplay.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 Proof of Play.

Methodology

Brand data on this page was extracted from https://proofofplay.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 Proof of Play.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "PP Neue Montreal",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#2F273B",
    "accent": "#2F273B",
    "background": "#000000",
    "textPrimary": "#000000",
    "link": "#4C3E5E"
  },
  "typography": {
    "fontFamilies": {
      "primary": "PP Neue Montreal",
      "heading": "PP Neue Montreal"
    },
    "fontStacks": {
      "heading": [
        "PP Neue Montreal",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "PP Neue Montreal",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "PP Neue Montreal",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "126.4px",
      "h2": "50px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#2F273B",
      "textColor": "#FFFFFF",
      "borderRadius": "2.08px",
      "borderRadiusCorners": {
        "topLeft": "2.08px",
        "topRight": "2.08px",
        "bottomRight": "2.08px",
        "bottomLeft": "2.08px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderRadius": "2.6px",
      "borderRadiusCorners": {
        "topLeft": "2.6px",
        "topRight": "2.6px",
        "bottomRight": "2.6px",
        "bottomLeft": "2.6px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/67bd816c924a19aafcfebd97/67bdc2307ca17edfa4ad31a7_hero-logo.svg",
    "favicon": "https://cdn.prod.website-files.com/67bd816c924a19aafcfebd97/67bd88114189d3e627cb4c27_Fav.svg",
    "ogImage": "https://media.proofofplay.com/public/POP_Home_OG.png",
    "logoHref": "/",
    "logoAlt": "Go to Home page"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand 'Proof of Play'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Play now",
      "reasoning": "Button #1 'Play now' has a vibrant brand color (#2F273B) and action-oriented text, making it the primary CTA."
    },
    "secondary": {
      "index": 0,
      "text": "Get in Touch",
      "reasoning": "Button #0 'Get in Touch' has a different background color (#FFFFFF) and serves as a secondary action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy individuals interested in blockchain and gaming"
  },
  "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, links to the homepage, and matches the brand 'Proof of Play'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles