Home · Branding · Tin Can

Tin Can Brand Identity

A complete profile of Tin Can's visual system — colors, typography, components, and personality — extracted from https://tincan.kids/. Built for designers, agents, and AI tools.

Download JSON
Primary
#FAF5E7
Accent
#356AAE
Body Font
Satoshi
Heading
Fraunces

Color Palette

Brand palette extracted from https://tincan.kids/.

primary
#FAF5E7
rgb(250, 245, 231)
secondary
#FADF6F
rgb(250, 223, 111)
accent
#356AAE
rgb(53, 106, 174)
background
#FAF5E7
rgb(250, 245, 231)
textPrimary
#000000
rgb(0, 0, 0)
link
#356AAE
rgb(53, 106, 174)

Typography

Each font links to its Google Fonts page where available.

primary
Satoshi
heading
Fraunces
Assistant, 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

Tin Can logo
Logo
Tin Can favicon
Favicon
Tin Can social image
Social Card

UI Components

Live previews rendered using Tin Can's actual button styles.

input
background transparent textColor #000000 borderColor null borderRadius 0px shadow none
buttonPrimary
background #356AAE textColor #0000EE borderRadius 0px shadow none
buttonSecondary
background #E57C3D textColor #0000EE borderRadius 0px shadow none

Brand Personality

Tone: playful Energy: high Audience: children and parents

Tin Can Brand in the Wild

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

Frequently Asked Questions

What is Tin Can's primary brand color?

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

What accent color does Tin Can use?

Tin Can uses #356AAE as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Tin Can use?

Tin Can uses Satoshi for body text and Fraunces for headings. Fonts were detected on https://tincan.kids/ as part of their live design system.

Does Tin Can use a light or dark theme?

Tin Can's primary site uses a light color scheme, with a background of #FAF5E7.

Where can I find Tin Can's logo?

Tin Can's logo is available directly on their site (https://tincan.kids/). 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://tincan.kids/ 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 Tin Can.

Methodology

Brand data on this page was extracted from https://tincan.kids/ 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 Tin Can.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Satoshi",
      "role": "body"
    },
    {
      "family": "Assistant",
      "role": "body"
    },
    {
      "family": "Fraunces",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#FAF5E7",
    "secondary": "#FADF6F",
    "accent": "#356AAE",
    "background": "#FAF5E7",
    "textPrimary": "#000000",
    "link": "#356AAE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Satoshi",
      "heading": "Fraunces"
    },
    "fontStacks": {
      "heading": [
        "Assistant",
        "sans-serif"
      ],
      "body": [
        "Assistant",
        "sans-serif"
      ],
      "paragraph": [
        "Satoshi",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "40px",
      "h2": "24px",
      "body": "15px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#000000",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#356AAE",
      "textColor": "#0000EE",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#E57C3D",
      "textColor": "#0000EE",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://tincan.kids/cdn/shop/files/tinothy-icon.svg?v=1741790285&width=600",
    "favicon": "https://tincan.kids/cdn/shop/t/25/assets/apple-touch-icon.png?v=147953059907943319491745947224",
    "ogImage": "https://tincan.kids/cdn/shop/files/social_share_export_img.jpg?v=1745899572",
    "logoHref": "/",
    "logoAlt": "Tin Can"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and has alt text matching the brand 'Tin Can'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 6,
      "text": "ORDER NOW",
      "reasoning": "Button #6 with text 'ORDER NOW' has a vibrant blue background (#356AAE), which is a strong indicator of a primary CTA due to its action-oriented text and prominent color."
    },
    "secondary": {
      "index": 1,
      "text": "GET YOUR TIN CAN",
      "reasoning": "Button #1 with text 'GET YOUR TIN CAN' has a vibrant orange background (#E57C3D), making it suitable as a secondary CTA due to its distinct color group from the primary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "playful",
    "energy": "high",
    "targetAudience": "children and parents"
  },
  "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": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and has alt text matching the brand 'Tin Can'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles