Home · Branding · Volley

Volley Brand Identity

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

Download JSON
Primary
#FFEC37
Accent
#FFEC37
Body Font
Gilroy
Heading
Gilroy

Color Palette

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

primary
#FFEC37
rgb(255, 236, 55)
secondary
#8A8A9C
rgb(138, 138, 156)
accent
#FFEC37
rgb(255, 236, 55)
background
#333333
rgb(51, 51, 51)
textPrimary
#00001F
rgb(0, 0, 31)
link
#00001F
rgb(0, 0, 31)

Typography

Each font links to its Google Fonts page where available.

primary
Gilroy
heading
Gilroy
Gilroy, 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

Volley logo
Logo
Volley favicon
Favicon
Volley social image
Social Card

UI Components

Live previews rendered using Volley's actual button styles.

buttonPrimary
background #FFEC37 textColor #00001F borderRadius 99px shadow none
buttonSecondary
background #ADE0EB textColor #00001F borderRadius 99px shadow none

Brand Personality

Tone: playful Energy: high Audience: casual gamers and families

Volley Brand in the Wild

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

Frequently Asked Questions

What is Volley's primary brand color?

Volley's primary brand color is #FFEC37. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Volley use?

Volley uses Gilroy as the primary typeface across body and headings.

Does Volley use a light or dark theme?

Volley's primary site uses a dark color scheme, with a background of #333333.

Where can I find Volley's logo?

Volley's logo is available directly on their site (https://volleygames.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://volleygames.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 Volley.

Methodology

Brand data on this page was extracted from https://volleygames.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 Volley.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Gilroy",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#FFEC37",
    "secondary": "#8A8A9C",
    "accent": "#FFEC37",
    "background": "#333333",
    "textPrimary": "#00001F",
    "link": "#00001F"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Gilroy",
      "heading": "Gilroy"
    },
    "fontStacks": {
      "heading": [
        "Gilroy",
        "sans-serif"
      ],
      "body": [
        "Gilroy",
        "sans-serif"
      ],
      "paragraph": [
        "Gilroy",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "92px",
      "h2": "92px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "20px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFEC37",
      "textColor": "#00001F",
      "borderRadius": "99px",
      "borderRadiusCorners": {
        "topLeft": "99px",
        "topRight": "99px",
        "bottomRight": "99px",
        "bottomLeft": "99px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#ADE0EB",
      "textColor": "#00001F",
      "borderRadius": "99px",
      "borderRadiusCorners": {
        "topLeft": "99px",
        "topRight": "99px",
        "bottomRight": "99px",
        "bottomLeft": "99px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/61c070585317d242d3a59789/61c070585317d2ab23a597d1_Layer%202.svg",
    "favicon": "https://cdn.prod.website-files.com/61c070585317d242d3a59789/61c070585317d22008a5989c_616963d3ad1bc162edcf2ae0_Favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/614b36db77500075984b5993/61a62310e1597d8de46b5561_6168358f766ba102f78ece1d_Webflow%20-%20Shared%20Link%201200x630.jpeg"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 2,
    "reasoning": "Logo rejected: Red flags detected (menu word). Selected #2 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.",
    "confidence": 0.9,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 6,
      "text": "Let’s Play",
      "reasoning": "Button #6 with text 'Let’s Play' is the primary CTA due to its action-oriented text and vibrant brand color (#FFEC37), which aligns with the site's primary color scheme."
    },
    "secondary": {
      "index": 5,
      "text": "Visit Weekend   →",
      "reasoning": "Button #5 with text 'Visit Weekend →' is selected as secondary because it has a different background color (#ADE0EB) from the primary button, fitting the criteria for a secondary action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "playful",
    "energy": "high",
    "targetAudience": "casual gamers and families"
  },
  "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": 2,
        "selectedLogoReasoning": "Selected #2 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles