tingles.json

Tingles Brand Identity

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

Quick Facts

Field Value
Primary #071C4D
Accent #442772
Body Font Open Sans
Heading Font Poppins

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: playful · Energy: medium · Audience: ASMR enthusiasts

Tingles Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Here’s a suggested flow:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font".
  3. Hard-reload the page and navigate around the site — some font weights may load on specific routes.
  4. For each captured font URL: right-click → Save As to download the file.
  5. View the page's CSS and copy the matching @font-face declarations.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Machine-Readable Profile

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Open Sans",
      "role": "body"
    },
    {
      "family": "Poppins",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#071C4D",
    "secondary": "#00E1BE",
    "accent": "#442772",
    "background": "#FFFFFF",
    "textPrimary": "#442772",
    "link": "#442772"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Open Sans",
      "heading": "Poppins"
    },
    "fontStacks": {
      "heading": [
        "Poppins",
        "sans-serif"
      ],
      "body": [
        "Open Sans",
        "sans-serif"
      ],
      "paragraph": [
        "Open Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "40px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#000000",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://gettingles.com/wp-content/uploads/2024/11/tingles-logo.png",
    "favicon": "https://gettingles.com/wp-content/uploads/2024/11/cropped-unnamed-32x32.png",
    "ogImage": null,
    "logoHref": "https://gettingles.com/",
    "logoAlt": "Tingles – The best way to enjoy ASMR. Free for iOS and Android."
  },
  "personality": {
    "tone": "playful",
    "energy": "medium",
    "targetAudience": "ASMR enthusiasts"
  }
}