Home · Branding · Yarn

Yarn Brand Identity

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

Download JSON
Primary
#5E67F6
Accent
#E45E5E
Body Font
Roboto
Heading
Roboto

Color Palette

Brand palette extracted from https://www.yarn.so.

primary
#5E67F6
rgb(94, 103, 246)
secondary
#545EF5
rgb(84, 94, 245)
accent
#E45E5E
rgb(228, 94, 94)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#E45E5E
rgb(228, 94, 94)

Typography

Each font links to its Google Fonts page where available.

primary
Roboto
heading
Roboto
ABCDiatype, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, Apple Color Emoji, Segoe UI Emoji
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

Yarn logo
Logo

UI Components

Live previews rendered using Yarn's actual button styles.

input
background #FFFFFF textColor #FFFFFF borderColor #FFFFFF borderRadius 3px shadow none
buttonPrimary
background #000000 textColor #FFFFFF borderRadius 0px shadow none
buttonSecondary
background #FFFFFF textColor #FFFFFF borderRadius 3px shadow none

Brand Personality

Tone: modern Energy: medium Audience: digital marketers and video content creators

Yarn Brand in the Wild

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

Frequently Asked Questions

What is Yarn's primary brand color?

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

What accent color does Yarn use?

Yarn uses #E45E5E as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Yarn use?

Yarn uses Roboto as the primary typeface across body and headings.

Does Yarn use a light or dark theme?

Yarn's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Yarn's logo?

Yarn's logo is available directly on their site (https://www.yarn.so). 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://www.yarn.so 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 Yarn.

Methodology

Brand data on this page was extracted from https://www.yarn.so 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 Yarn.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "ABCDiatype",
      "role": "unknown"
    },
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Helvetica",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#5E67F6",
    "secondary": "#545EF5",
    "accent": "#E45E5E",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#E45E5E"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roboto",
      "heading": "Roboto"
    },
    "fontStacks": {
      "heading": [
        "ABCDiatype",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "Segoe UI",
        "Roboto",
        "Helvetica",
        "Arial",
        "Apple Color Emoji",
        "Segoe UI Emoji"
      ],
      "body": [
        "ABCDiatype",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "Segoe UI",
        "Roboto",
        "Helvetica",
        "Arial",
        "Apple Color Emoji",
        "Segoe UI Emoji"
      ],
      "paragraph": [
        "ABCDiatype",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "Segoe UI",
        "Roboto",
        "Helvetica",
        "Arial",
        "Apple Color Emoji",
        "Segoe UI Emoji"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "16px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#FFFFFF",
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%222341%22%20height%3D%22449%22%20viewBox%3D%220%200%202341%20449%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M41.7674%20186.462L310.272%20305.052L378.144%20332.648C393.807%20339.361%20399.028%20346.073%20399.028%20354.278C399.028%20368.449%20392.315%20375.161%20378.89%20375.161C369.194%20375.161%20353.531%20369.195%20338.614%20363.228L19.392%20228.975C5.96677%20223.009%200%20213.313%200%20205.108C0%20193.175%209.69601%20181.987%2021.6296%20181.987C31.3256%20181.987%2036.5465%20184.225%2041.7674%20186.462Z%22%20fill%3D%22%23FFCE1E%22%20style%3D%22fill%3A%20rgb(255%2C%20206%2C%2030)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M37.2923%20298.339C49.9717%20298.339%2053.701%20304.306%2066.3804%20316.985C78.3139%20328.919%2096.9601%20343.836%20128.286%20364.719C165.578%20389.332%20191.683%20400.52%20208.837%20400.52C215.55%20400.52%20217.787%20398.283%20217.787%20393.807C217.787%20388.587%20211.82%20380.382%20188.699%20361.736C159.611%20339.361%20131.269%20316.985%2099.1976%20293.118C69.3637%20270.743%2040.2757%20246.13%2010.4419%20223.754C2.98339%20218.534%200%20212.567%200%20202.871C0%20193.175%208.20431%20183.479%2020.8837%20183.479C38.784%20183.479%20103.673%20241.655%20129.777%20261.793C156.628%20281.93%20202.87%20319.969%20242.4%20349.803C273.726%20372.924%20284.913%20388.587%20284.913%20406.487C284.913%20429.608%20266.267%20449%20233.45%20449C141.711%20449%2018.6462%20345.327%2018.6462%20318.477C18.6462%20305.798%2026.8505%20298.339%2037.2923%20298.339Z%22%20fill%3D%22%235C67FF%22%20style%3D%22fill%3A%20rgb(92%2C%20103%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M88.0094%2090.9933L408.723%20216.296C419.165%20220.025%20437.066%20225.992%20437.066%20245.384C437.066%20265.521%20416.182%20273.726%20386.348%20261.792L61.1589%20131.269C50.717%20126.794%2045.4961%20117.844%2045.4961%20108.894C45.4961%2096.9601%2054.4463%2087.2641%2069.3632%2087.2641C76.8217%2087.2641%2083.5343%2088.7558%2088.0094%2090.9933Z%22%20fill%3D%22%23FF70FF%22%20style%3D%22fill%3A%20rgb(255%2C%20112%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M417.675%20171.545C407.233%20171.545%20401.267%20167.07%20391.571%20154.39C376.654%20134.252%20350.549%20107.402%20319.223%2086.5182C281.931%2061.1594%20237.18%2044.7508%20220.026%2044.7508C211.822%2044.7508%20209.584%2047.7342%20209.584%2052.2093C209.584%2070.1096%20276.71%20109.639%20308.782%20134.252C351.295%20165.578%20396.046%20199.141%20428.117%20224.5C435.576%20230.467%20438.559%20237.179%20438.559%20243.146C438.559%20256.571%20429.609%20265.521%20416.183%20265.521C410.217%20265.521%20402.012%20262.538%20393.808%20256.571C369.941%20237.925%20331.157%20206.6%20302.069%20184.97C273.727%20164.086%20225.247%20124.556%20186.463%2096.2142C160.358%2077.568%20144.695%2058.176%20144.695%2035.8006C144.695%2015.6628%20164.087%200%20199.142%200C289.39%200%20370.687%2063.397%20410.217%20108.894C425.88%20126.048%20436.321%20141.711%20436.321%20152.153C436.321%20163.34%20428.117%20171.545%20417.675%20171.545Z%22%20fill%3D%22%234BAA5D%22%20style%3D%22fill%3A%20rgb(75%2C%20170%2C%2093)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M352.039%20365.465L128.285%20183.478L57.4296%20129.778C50.717%20124.557%2045.4961%20118.59%2045.4961%20111.877C45.4961%2098.4519%2055.1921%2089.5018%2067.1256%2089.5018C77.5675%2089.5018%2090.2469%2096.2144%20102.18%20106.656L387.84%20334.14C394.552%20339.36%20399.773%20347.565%20399.773%20354.277C399.773%20366.957%20390.077%20375.161%20378.144%20375.161C368.448%20375.161%20359.498%20371.432%20352.039%20365.465Z%22%20fill%3D%22%23FF5B3B%22%20style%3D%22fill%3A%20rgb(255%2C%2091%2C%2059)%20!important%3B%22%2F%3E%3Cpath%20id%3D%22yarn-y%22%20d%3D%22M658.663%20265.87L539.453%2077.5H608.613L672.313%20186.7C678.986%20197.62%20684.598%20207.782%20689.148%20217.185C694.305%20206.265%20699.765%20196.103%20705.528%20186.7L770.138%2077.5H836.568L716.903%20265.87V396H658.663V265.87Z%22%2F%3E%3Cpath%20id%3D%22yarn-a%22%20d%3D%22M869.737%20404.19C856.39%20404.19%20843.802%20401.46%20831.972%20396C820.142%20390.237%20810.739%20382.198%20803.762%20371.885C796.785%20361.268%20793.297%20348.983%20793.297%20335.03C793.297%20311.977%20800.88%20294.99%20816.047%20284.07C831.214%20272.847%20851.992%20265.415%20878.382%20261.775L911.597%20257.68C920.394%20256.467%20926.612%20254.343%20930.252%20251.31C934.195%20247.973%20936.167%20243.272%20936.167%20237.205C936.167%20228.712%20932.83%20221.735%20926.157%20216.275C919.484%20210.512%20910.384%20207.63%20898.857%20207.63C885.814%20207.63%20875.197%20210.967%20867.007%20217.64C859.12%20224.313%20854.722%20233.717%20853.812%20245.85H797.847C799.06%20230.38%20803.762%20216.73%20811.952%20204.9C820.445%20193.07%20831.82%20183.818%20846.077%20177.145C860.334%20170.472%20876.865%20167.135%20895.672%20167.135C917.512%20167.135%20935.409%20170.927%20949.362%20178.51C963.315%20186.093%20973.477%20197.165%20979.847%20211.725C986.52%20225.982%20989.857%20243.423%20989.857%20264.05V396H939.807V386.9C939.807%20380.833%20940.414%20373.705%20941.627%20365.515C935.56%20377.345%20926.46%20386.748%20914.327%20393.725C902.497%20400.702%20887.634%20404.19%20869.737%20404.19ZM883.842%20364.15C893.549%20364.15%20902.497%20361.875%20910.687%20357.325C919.18%20352.472%20925.702%20346.102%20930.252%20338.215C935.105%20330.025%20937.532%20320.773%20937.532%20310.46V285.435C935.409%20287.558%20932.224%20289.378%20927.977%20290.895C924.034%20292.108%20918.574%20293.473%20911.597%20294.99L892.032%20298.63C877.775%20301.36%20866.855%20305.455%20859.272%20310.915C851.992%20316.072%20848.352%20323.503%20848.352%20333.21C848.352%20342.613%20851.689%20350.197%20858.362%20355.96C865.035%20361.42%20873.529%20364.15%20883.842%20364.15Z%22%2F%3E%3Cpath%20id%3D%22yarn-r%22%20d%3D%22M1033.69%20174.415H1087.84V190.34C1087.84%20198.53%201087.23%20206.417%201086.02%20214C1092.69%20199.743%201101.34%20188.368%201111.95%20179.875C1122.87%20171.382%201136.07%20167.135%201151.54%20167.135C1155.78%20167.135%201159.73%20167.438%201163.37%20168.045V220.37C1158.52%20219.46%201153.21%20219.005%201147.44%20219.005C1135.61%20219.005%201125.15%20221.28%201116.05%20225.83C1107.25%20230.077%201100.28%20237.205%201095.12%20247.215C1090.27%20256.922%201087.84%20269.662%201087.84%20285.435V396H1033.69V174.415Z%22%2F%3E%3Cpath%20id%3D%22yarn-n%22%20d%3D%22M1189.83%20174.415H1243.98V184.425C1243.98%20191.402%201243.37%20198.53%201242.16%20205.81C1248.83%20193.98%201257.78%20184.577%201269%20177.6C1280.23%20170.623%201294.03%20167.135%201310.41%20167.135C1326.48%20167.135%201340.44%20170.775%201352.27%20178.055C1364.1%20185.032%201373.2%20195.193%201379.57%20208.54C1385.94%20221.887%201389.12%20237.66%201389.12%20255.86V396H1334.98V264.05C1334.98%20247.063%201331.19%20233.868%201323.6%20224.465C1316.32%20214.758%201305.86%20209.905%201292.21%20209.905C1283.11%20209.905%201274.77%20212.483%201267.18%20217.64C1259.9%20222.493%201254.14%20229.167%201249.89%20237.66C1245.95%20245.85%201243.98%20255.253%201243.98%20265.87V396H1189.83V174.415Z%22%2F%3E%3Cpath%20id%3D%22beta-b%22%20d%3D%22M1638.22%20403.28C1621.84%20403.28%201607.43%20399.943%201594.99%20393.27C1582.86%20386.293%201573.46%20377.042%201566.78%20365.515C1567.39%20372.188%201567.69%20378.862%201567.69%20385.535V396H1520.83V77.5H1567.69V186.245C1567.69%20191.705%201567.39%20198.378%201566.78%20206.265C1574.37%20194.738%201584.22%20185.487%201596.36%20178.51C1608.49%20171.533%201622.44%20168.045%201638.22%20168.045C1657.63%20168.045%201674.92%20173.05%201690.09%20183.06C1705.56%20192.767%201717.54%20206.568%201726.03%20224.465C1734.83%20242.362%201739.23%20262.988%201739.23%20286.345C1739.23%20309.702%201734.98%20330.328%201726.49%20348.225C1717.99%20365.818%201706.01%20379.468%201690.54%20389.175C1675.38%20398.578%201657.93%20403.28%201638.22%20403.28ZM1627.75%20366.425C1640.19%20366.425%201651.11%20363.088%201660.51%20356.415C1669.92%20349.438%201677.2%20340.035%201682.35%20328.205C1687.81%20316.072%201690.54%20302.118%201690.54%20286.345C1690.54%20270.572%201687.81%20256.618%201682.35%20244.485C1677.2%20232.048%201669.92%20222.493%201660.51%20215.82C1651.11%20208.843%201640.19%20205.355%201627.75%20205.355C1615.62%20205.355%201604.7%20208.692%201594.99%20215.365C1585.59%20222.038%201578.16%20231.442%201572.7%20243.575C1567.54%20255.708%201564.96%20269.813%201564.96%20285.89C1564.96%20301.663%201567.69%20315.617%201573.15%20327.75C1578.61%20339.883%201586.04%20349.438%201595.45%20356.415C1604.85%20363.088%201615.62%20366.425%201627.75%20366.425Z%22%20fill-opacity%3D%220.38%22%20style%3D%22fill%3A%20none%20!important%3B%20fill-opacity%3A%200.38%20!important%3B%22%2F%3E%3Cpath%20id%3D%22beta-e%22%20d%3D%22M1872.95%20403.28C1850.8%20403.28%201831.54%20398.73%201815.16%20389.63C1798.78%20380.227%201786.04%20366.728%201776.94%20349.135C1767.84%20331.542%201763.29%20310.157%201763.29%20284.98C1763.29%20262.533%201767.84%20242.513%201776.94%20224.92C1786.35%20207.023%201799.24%20193.07%201815.62%20183.06C1832%20173.05%201850.35%20168.045%201870.67%20168.045C1892.51%20168.045%201911.17%20172.898%201926.64%20182.605C1942.41%20192.312%201954.39%20206.113%201962.58%20224.01C1970.77%20241.603%201974.87%20262.23%201974.87%20285.89V295.9H1811.07C1811.07%20310.157%201813.8%20322.593%201819.26%20333.21C1824.72%20343.827%201832%20352.017%201841.1%20357.78C1850.5%20363.543%201861.12%20366.425%201872.95%20366.425C1886.9%20366.425%201898.58%20363.088%201907.98%20356.415C1917.69%20349.742%201923.6%20339.58%201925.73%20325.93H1973.05C1971.53%20340.49%201966.68%20353.685%201958.49%20365.515C1950.3%20377.042%201938.77%20386.293%201923.91%20393.27C1909.35%20399.943%201892.36%20403.28%201872.95%20403.28ZM1925.73%20262.23C1925.42%20244.637%201920.42%20230.532%201910.71%20219.915C1901.01%20209.298%201887.66%20203.99%201870.67%20203.99C1854.29%20203.99%201840.64%20209.602%201829.72%20220.825C1819.11%20231.745%201813.04%20245.547%201811.52%20262.23H1925.73Z%22%20fill-opacity%3D%220.38%22%20style%3D%22fill%3A%20none%20!important%3B%20fill-opacity%3A%200.38%20!important%3B%22%2F%3E%3Cpath%20id%3D%22beta-t%22%20d%3D%22M2098.67%20399.64C2077.74%20399.64%202061.21%20394.18%202049.07%20383.26C2037.24%20372.037%202031.33%20354.595%202031.33%20330.935V213.545H1985.83V175.325H2031.33V99.34H2078.65V175.325H2128.7V213.545H2078.65V325.02C2078.65%20337.153%202081.38%20346.102%202086.84%20351.865C2092.3%20357.325%202100.49%20360.055%202111.41%20360.055C2116.56%20360.055%202122.02%20359.6%202127.79%20358.69V396.455C2124.45%20397.365%202120.05%20398.123%202114.59%20398.73C2109.44%20399.337%202104.13%20399.64%202098.67%20399.64Z%22%20fill-opacity%3D%220.38%22%20style%3D%22fill%3A%20none%20!important%3B%20fill-opacity%3A%200.38%20!important%3B%22%2F%3E%3Cpath%20id%3D%22beta-a%22%20d%3D%22M2227.56%20403.28C2214.21%20403.28%202201.63%20400.55%202189.8%20395.09C2178.27%20389.63%202169.02%20381.743%202162.04%20371.43C2155.06%20361.117%202151.58%20349.135%202151.58%20335.485C2151.58%20313.948%202158.7%20297.72%202172.96%20286.8C2187.52%20275.577%202206.93%20268.145%202231.2%20264.505L2270.79%20259.045C2279.28%20257.832%202285.19%20255.557%202288.53%20252.22C2292.17%20248.883%202293.99%20244.182%202293.99%20238.115C2293.99%20227.802%202290.2%20219.612%202282.62%20213.545C2275.34%20207.175%202265.63%20203.99%202253.5%20203.99C2238.94%20203.99%202227.41%20207.782%202218.92%20215.365C2210.73%20222.645%202206.18%20232.655%202205.27%20245.395H2157.49C2158.4%20231.138%202162.65%20218.095%202170.23%20206.265C2178.12%20194.435%202188.89%20185.183%202202.54%20178.51C2216.19%20171.533%202232.11%20168.045%202250.31%20168.045C2270.33%20168.045%202287.01%20171.685%202300.36%20178.965C2314.01%20185.942%202324.17%20196.255%202330.85%20209.905C2337.52%20223.252%202340.86%20239.48%202340.86%20258.59V396H2296.27V385.99C2296.27%20379.62%202296.72%20372.947%202297.63%20365.97C2291.56%20377.8%202282.62%20387.052%202270.79%20393.725C2258.96%20400.095%202244.55%20403.28%202227.56%20403.28ZM2237.57%20367.79C2248.19%20367.79%202257.89%20365.515%202266.69%20360.965C2275.49%20356.112%202282.31%20349.438%202287.17%20340.945C2292.32%20332.452%202294.9%20322.745%202294.9%20311.825V283.16C2293.08%20285.283%202290.2%20287.103%202286.26%20288.62C2282.31%20290.137%202276.85%20291.502%202269.88%20292.715L2244.4%20297.72C2230.44%20300.45%202219.52%20304.697%202211.64%20310.46C2203.75%20316.223%202199.81%20324.262%202199.81%20334.575C2199.81%20344.585%202203.45%20352.623%202210.73%20358.69C2218.01%20364.757%202226.95%20367.79%202237.57%20367.79Z%22%20fill-opacity%3D%220.38%22%20style%3D%22fill%3A%20none%20!important%3B%20fill-opacity%3A%200.38%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": null,
    "ogImage": null,
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and matches the brand name 'Yarn'. It links to the homepage, which is a strong indicator of being the primary logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Book a demo",
      "reasoning": "Button #1 has a dark background (#000000) with white text, making it stand out as a primary CTA. It is likely placed prominently in the footer area, suggesting importance."
    },
    "secondary": {
      "index": 0,
      "text": "Book a demo",
      "reasoning": "Button #0 has a white background (#FFFFFF) and is less visually prominent, making it suitable as a secondary CTA."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "digital marketers and video content creators"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.95,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and matches the brand name 'Yarn'. It links to the homepage, which is a strong indicator of being the primary logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles