Reclaim Protocol Brand: Colors, Fonts, Logo & Visual Identity

Reclaim Protocol Brand Identity

A complete profile of Reclaim Protocol's visual system — colors, typography, components, and personality — extracted from https://reclaimprotocol.org. Built for designers, agents, and AI tools.

Color Palette

Brand palette extracted from https://reclaimprotocol.org.

Color Hex RGB
Primary #FF6900 rgb(255, 105, 0)
Secondary #1E293B rgb(30, 41, 59)
Accent #FF6900 rgb(255, 105, 0)
Background #020617 rgb(2, 6, 23)
Text #020617 rgb(2, 6, 23)
Link #020617 rgb(2, 6, 23)

Typography

Each font links to its Google Fonts page where available.

Role Font
Body Inter
Heading Inter

Font Stacks

Visual Assets

Favicon

Social Card

UI Components

Live previews rendered using Reclaim Protocol's actual button styles.

Input

Button Primary

Button Secondary

Brand Personality

Reclaim Protocol Brand in the Wild

Image: blog.reclaimprotocol.org
Source: blog.reclaimprotocol.org

Image: blog.reclaimprotocol.org
Source: blog.reclaimprotocol.org

Image: blog.reclaimprotocol.org
Source: blog.reclaimprotocol.org

Image: blog.reclaimprotocol.org
Source: blog.reclaimprotocol.org

Image: blog.reclaimprotocol.org
Source: blog.reclaimprotocol.org

Image: blog.reclaimprotocol.org
Source: blog.reclaimprotocol.org

Frequently Asked Questions

Methodology

Brand data on this page was extracted from https://reclaimprotocol.org 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. 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 Reclaim Protocol.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#FF6900",
    "secondary": "#1E293B",
    "accent": "#FF6900",
    "background": "#020617",
    "textPrimary": "#020617",
    "link": "#020617"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "system-ui",
        "-apple-system",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "system-ui",
        "-apple-system",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "system-ui",
        "-apple-system",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "48px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#1E293B",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FF6900",
      "textColor": "#FFFFFF",
      "borderRadius": "16px",
      "borderRadiusCorners": {
        "topLeft": "16px",
        "topRight": "16px",
        "bottomRight": "16px",
        "bottomLeft": "16px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F1F5F9",
      "textColor": "#0000EE",
      "borderColor": "#0000EE",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://www.reclaimprotocol.org/icon.png?icon.2661cc71.png",
    "ogImage": "https://reclaimprotocol.org/meta-image-home.png"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy individuals interested in cryptographic verification"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  }
}