inevent.json

InEvent Brand Identity

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

Quick Facts

Field Value
Primary #E7F3F7
Accent #25A9E0
Body Font Lato
Heading Font Open Sans

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: event organizers and businesses

InEvent Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Here's how you 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 to load different font weights.
  4. For each captured font URL: save them locally.
  5. View the page's CSS 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.

Machine-Readable Profile

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Lato",
      "role": "body"
    },
    {
      "family": "Open Sans",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#E7F3F7",
    "secondary": "#2A333C",
    "accent": "#25A9E0",
    "background": "#FEFEFE",
    "textPrimary": "#25A9E0",
    "link": "#25A9E0"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Lato",
      "heading": "Open Sans"
    },
    "fontStacks": {
      "heading": [
        "Lato",
        "Open Sans",
        "Lucida Grande",
        "Lucida",
        "Verdana",
        "sans-serif"
      ],
      "body": [
        "Lato",
        "Open Sans",
        "Lucida Grande",
        "Lucida",
        "Verdana",
        "sans-serif"
      ],
      "paragraph": [
        "Lato",
        "Open Sans",
        "Lucida Grande",
        "Lucida",
        "Verdana",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "100px",
      "h2": "40px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "16px"
  },
  "components": {
    "input": {
      "background": "#64696E",
      "textColor": "#FFFFFF",
      "borderColor": "#25A9E0",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "100px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 10px 0px"
    },
    "buttonPrimary": {
      "background": "#25A9E0",
      "textColor": "#FEFEFE",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#2A333C",
      "textColor": "#FEFEFE",
      "borderRadius": "80px",
      "borderRadiusCorners": {
        "topLeft": "80px",
        "topRight": "80px",
        "bottomRight": "80px",
        "bottomLeft": "80px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://static.inevent.com/images/inevent-logo-white.svg",
    "favicon": "https://inevent.com/images/icons/favicon-192x192.png",
    "ogImage": "https://static.inevent.com/images/homepage-meta-image.webp",
    "logoHref": "home.php",
    "logoAlt": "InEvent Logo"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "event organizers and businesses"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  }
}