Home · Branding · Liquid Death

Liquid Death Brand Identity

A complete profile of Liquid Death's visual system — colors, typography, components, and personality — extracted from https://liquiddeath.com/?ref=startups.gallery. Built for designers, agents, and AI tools.

Download JSON
Primary
#2563EB
Accent
#CBA14F
Body Font
Roboto
Heading
Acumin Pro

Color Palette

Brand palette extracted from https://liquiddeath.com/?ref=startups.gallery.

primary
#2563EB
rgb(37, 99, 235)
secondary
#6B7280
rgb(107, 114, 128)
accent
#CBA14F
rgb(203, 161, 79)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#CBA14F
rgb(203, 161, 79)

Typography

Each font links to its Google Fonts page where available.

primary
Roboto
heading
Acumin Pro
Acumin Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, 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

Liquid Death logo
Logo
Liquid Death favicon
Favicon
Liquid Death social image
Social Card

UI Components

Live previews rendered using Liquid Death's actual button styles.

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

Brand Personality

Tone: bold Energy: high Audience: young adults and alternative lifestyle enthusiasts

Liquid Death Brand in the Wild

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

Frequently Asked Questions

What is Liquid Death's primary brand color?

Liquid Death's primary brand color is #2563EB. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Liquid Death use?

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

What font does Liquid Death use?

Liquid Death uses Roboto for body text and Acumin Pro for headings. Fonts were detected on https://liquiddeath.com/?ref=startups.gallery as part of their live design system.

Does Liquid Death use a light or dark theme?

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

Where can I find Liquid Death's logo?

Liquid Death's logo is available directly on their site (https://liquiddeath.com/?ref=startups.gallery). 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://liquiddeath.com/?ref=startups.gallery 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 Liquid Death.

Methodology

Brand data on this page was extracted from https://liquiddeath.com/?ref=startups.gallery 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 Liquid Death.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Acumin Pro",
      "role": "heading"
    },
    {
      "family": "Roboto",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#2563EB",
    "secondary": "#6B7280",
    "accent": "#CBA14F",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#CBA14F"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roboto",
      "heading": "Acumin Pro"
    },
    "fontStacks": {
      "heading": [
        "Acumin Pro",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen-Sans",
        "Ubuntu",
        "Cantarell",
        "Helvetica Neue",
        "sans-serif"
      ],
      "body": [
        "Acumin Pro",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen-Sans",
        "Ubuntu",
        "Cantarell",
        "Helvetica Neue",
        "sans-serif"
      ],
      "paragraph": [
        "Acumin Pro",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen-Sans",
        "Ubuntu",
        "Cantarell",
        "Helvetica Neue",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "60px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "3px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderColor": "#000000",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20110%2028%22%20fill%3D%22none%22%20data-fc-idx%3D%220%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M109.244%2018.9176C109.244%2019.0164%20109.244%2019.0817%20109.211%2019.1487C108.817%2019.7098%20108.226%2020.4032%20107.405%2021.2943C106.978%2021.2616%20106.485%2020.9308%20105.928%2020.2709C105.368%2019.611%20105.106%2019.049%20105.106%2018.5867C105.106%2018.3565%20105.172%2018.0592%20105.302%2017.663C105.434%2017.2669%20105.501%2016.9696%20105.501%2016.7385L105.533%2011.6886C105.533%2010.0045%20105.205%209.14695%20104.547%209.14695C103.792%209.14695%20103.397%209.77335%20103.397%2010.9952L103.298%2017.1019C103.298%2017.5316%20103.562%2018.1253%20104.087%2018.8514C104.022%2019.049%20103.759%2019.4778%20103.234%2020.1059C102.708%2020.7323%20102.38%2021.0296%20102.215%2021.0296H102.019C101.592%2020.5682%20101.165%2020.1386%20100.738%2019.6771C100.112%2018.9829%2099.7514%2018.5214%2099.7188%2018.3238C99.8167%2018.1253%2099.9164%2017.8615%20100.048%2017.4654C100.277%2016.772%20100.376%2013.5695%20100.409%207.82627C100.409%204.19506%20100.343%202.14831%20100.112%201.68689C100.08%201.62073%20100.08%201.52191%20100.08%201.38959C100.112%201.22461%20100.178%201.15845%20100.277%201.15845C100.311%201.15845%20100.343%201.15845%20100.376%201.19196C100.868%201.7857%20101.198%202.083%20101.361%202.083C101.426%202.083%20101.82%201.7857%20102.478%201.22461C103.135%200.663514%20103.693%200.366211%20104.087%200.366211C104.219%200.366211%20104.351%200.399722%20104.482%200.498537C104.448%200.762328%20104.251%201.29077%20103.857%202.01684C103.497%202.67675%20103.298%203.43633%20103.298%204.29387V6.04418V7.76011C103.298%208.25504%20103.365%208.51969%20103.53%208.51969C103.989%208.48618%20104.514%208.12358%20105.106%207.46281C105.697%206.77025%20106.091%206.44029%20106.222%206.44029C106.782%206.44029%20107.273%206.73674%20107.7%207.36399C108.061%207.9586%20108.26%208.55235%20108.26%209.14695L108.325%2017.1019C108.325%2017.4654%20108.488%2017.8615%20108.785%2018.2241C109.081%2018.5867%20109.244%2018.8187%20109.244%2018.9176Z%22%20fill%3D%22%23151515%22%20style%3D%22fill%3A%20rgb(21%2C%2021%2C%2021)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M99.9811%207.39763C99.9811%207.82726%2099.7173%208.09105%2099.2258%208.15721C98.8314%208.15721%2098.4035%208.18986%2098.0091%208.18986C97.845%208.421%2097.7797%208.81712%2097.7797%209.37821V10.4342V11.4911C97.7797%2011.9525%2097.7462%2012.646%2097.7462%2013.5705C97.7127%2014.4942%2097.7136%2015.1876%2097.7136%2015.6499C97.7136%2015.8476%2097.6809%2016.1775%2097.6165%2016.5736C97.5503%2017.0033%2097.5168%2017.3006%2097.5168%2017.4982C97.5168%2017.664%2097.7797%2017.8943%2098.3056%2018.2243C98.8314%2018.5551%2099.0944%2018.7527%2099.0944%2018.8189C99.0944%2019.05%2098.9285%2019.3138%2098.5668%2019.6773C98.3047%2019.941%2098.0435%2020.1722%2097.7797%2020.436C97.7136%2020.5357%2097.6165%2020.6671%2097.485%2020.8647C97.3527%2021.0306%2097.1885%2021.1294%2096.9909%2021.1294C96.6953%2020.7333%2096.2683%2020.3045%2095.7098%2019.7761C94.8883%2019.05%2094.4295%2018.6539%2094.3307%2018.5551C94.6262%2017.7628%2094.7904%2016.9044%2094.7904%2015.9472L94.823%208.421C94.823%208.28868%2094.6589%208.18986%2094.298%208.15721C93.9036%208.1237%2093.6725%208.09105%2093.6407%208.0584C93.5092%207.85991%2093.4766%207.69493%2093.4766%207.49644C93.4766%207.33147%2093.5754%207.23265%2093.7713%207.16649C93.9689%207.10033%2094.133%207.03502%2094.298%206.968C95.348%206.47307%2095.9727%205.78051%2096.136%204.88946C96.203%204.59216%2096.4006%204.19604%2096.7297%203.70111C97.0906%203.1065%2097.3853%202.84271%2097.6483%202.84271H97.7462H97.845C97.8785%202.84271%2097.9438%202.84271%2097.9765%202.87536V6.14397C97.9765%206.44042%2098.0744%206.67156%2098.2721%206.83653C98.9612%206.93535%2099.5214%207.00151%2099.9485%206.968C99.9158%207.03502%2099.9811%207.16649%2099.9811%207.39763Z%22%20fill%3D%22%23151515%22%20style%3D%22fill%3A%20rgb(21%2C%2021%2C%2021)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M93.6441%2018.8186C92.4617%2020.3034%2091.7383%2021.0295%2091.5415%2021.0295C91.2132%2021.0295%2090.7862%2020.6995%2090.2938%2020.007C89.8006%2019.3136%2089.505%2018.9827%2089.3736%2018.9827C89.1442%2018.9827%2088.7498%2019.3136%2088.2565%2020.007C87.7633%2020.6995%2087.4033%2021.0295%2087.173%2021.0295C86.7133%2021.0295%2086.2201%2020.7657%2085.7595%2020.2708C85.3334%2019.8085%2085.0378%2019.3462%2084.9063%2018.8186C84.8075%2018.4225%2084.7422%2017.9602%2084.7422%2017.498C84.7422%2017.2333%2084.7748%2016.9033%2084.8075%2016.5072C84.8401%2015.8147%2085.1692%2015.1539%2085.7595%2014.4613C86.2863%2013.9329%2086.8448%2013.3718%2087.3689%2012.8434L87.1404%2012.5796C86.1875%2012.2161%2085.9245%2011.2924%2085.9907%2010.4005C85.9907%2010.1367%2086.0886%209.67443%2086.2536%208.94836C86.3189%208.81689%2086.0886%208.6184%2085.6289%208.35461C85.1692%208.08996%2084.939%207.85882%2084.939%207.62768C84.939%207.26507%2084.9716%207.03393%2085.0704%206.93512C85.1692%206.8363%2085.366%206.77014%2085.6942%206.77014C85.9245%206.77014%2086.1875%206.90247%2086.4177%207.19891C86.5819%207.43005%2086.7133%207.66119%2086.7133%207.82617C86.746%208.0238%2086.8774%208.12347%2087.1069%208.12347C87.2057%208.12347%2087.3689%208.08996%2087.6327%208.05731C87.8957%207.99114%2088.0598%207.95849%2088.1577%207.95849C88.6836%207.92498%2089.078%207.72735%2089.3736%207.36389C89.6039%207.00128%2089.8333%206.63782%2090.0636%206.30786L90.3591%206.2417C91.0818%206.2417%2091.6729%206.57165%2092.1662%207.23156C92.5597%207.82617%2092.7573%208.45342%2092.7573%209.11333L92.7238%2016.3096C92.7238%2017.168%2092.9867%2017.9276%2093.5779%2018.5866L93.6441%2018.8186ZM89.6692%2011.1274L89.7345%209.60912C89.7345%209.37798%2089.6039%209.14598%2089.3401%208.94836C89.078%208.75073%2088.8151%208.65105%2088.6183%208.65105C88.1251%208.65105%2087.6989%208.78338%2087.3363%209.01452C86.9754%209.27831%2086.7786%209.64178%2086.7786%2010.1041C86.746%2010.6651%2086.8774%2011.1274%2087.1069%2011.5235C87.3363%2011.9197%2087.6001%2012.1173%2087.863%2012.0511C88.7171%2011.9523%2089.3074%2011.6224%2089.6692%2011.1274ZM89.5712%2012.1173C89.2421%2012.1173%2088.8812%2012.3484%2088.4868%2012.7781C87.9945%2013.3056%2087.7307%2013.7344%2087.6327%2014.0979C87.6001%2014.2293%2087.5674%2014.7904%2087.5674%2015.782C87.5674%2017.3656%2087.9283%2018.1579%2088.6509%2018.1579C89.4062%2018.1579%2089.768%2017.3321%2089.768%2015.6488C89.768%2015.6162%2089.768%2014.5266%2089.7345%2012.3484C89.7345%2012.2161%2089.701%2012.1173%2089.5712%2012.1173Z%22%20fill%3D%22%23151515%22%20style%3D%22fill%3A%20rgb(21%2C%2021%2C%2021)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M84.154%209.47637C84.154%2010.236%2083.4958%2011.2593%2082.182%2012.5791C80.8674%2013.8998%2080.2109%2014.9232%2080.2109%2015.6166C80.2109%2016.3092%2080.3424%2016.9038%2080.638%2017.4649C80.967%2018.1256%2081.4594%2018.4547%2082.0506%2018.4547C82.4441%2018.4547%2082.7079%2018.2898%2082.8712%2017.9272C83.0361%2017.5637%2083.2329%2017.3987%2083.4632%2017.3987C83.7253%2017.3987%2083.8911%2017.4975%2083.8911%2017.7295C83.8911%2017.861%2083.8576%2017.9925%2083.8249%2018.1256C83.7914%2018.1909%2083.3979%2018.6206%2082.6417%2019.3458C81.8865%2020.1054%2081.4268%2020.5341%2081.2944%2020.6338C81.0324%2020.8649%2080.7694%2020.9638%2080.5391%2020.9638C79.5871%2020.9638%2078.7983%2020.5341%2078.1083%2019.6757C77.4845%2018.8835%2077.1562%2017.9598%2077.1562%2016.9699L77.1889%209.08025C77.1889%208.84911%2077.7474%208.61883%2078.8309%208.45299C79.3903%208.35418%2079.948%208.09039%2080.4412%207.62811C80.9335%207.19934%2081.2953%206.6709%2081.4929%206.1098C81.5582%206.07715%2081.6235%206.04364%2081.6562%206.04364C82.0506%206.04364%2082.5773%206.50592%2083.2338%207.42962C83.8258%208.32153%2084.154%209.01495%2084.154%209.47637ZM81.9526%2010.8959C81.9526%2010.5659%2081.7885%2010.1698%2081.4929%209.70751C81.1973%209.24609%2080.8674%209.01495%2080.5391%209.01495C80.5065%209.01495%2080.4412%209.01495%2080.4077%209.0476C80.2771%209.24609%2080.2444%2010.3021%2080.2109%2012.2165C80.2109%2012.6127%2080.3097%2012.8438%2080.5391%2012.8438C80.7041%2012.8438%2080.9997%2012.5791%2081.3614%2012.018C81.755%2011.457%2081.9526%2011.0935%2081.9526%2010.8959Z%22%20fill%3D%22%23151515%22%20style%3D%22fill%3A%20rgb(21%2C%2021%2C%2021)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M76.0358%2010.5C76.0358%2011.9195%2075.577%2013.5039%2074.7229%2015.2207C73.8353%2016.9702%2072.7517%2018.3888%2071.4706%2019.5445C70.0588%2020.8317%2068.6445%2021.4589%2067.2654%2021.4589C66.5101%2021.4589%2065.4919%2021.0628%2064.2116%2020.3367C62.9304%2019.5772%2061.9114%2019.2145%2061.1561%2019.2145C60.4988%2019.2145%2059.9737%2019.3134%2059.612%2019.5445C59.5467%2019.5772%2059.1188%2019.908%2058.3644%2020.5344C58.2647%2020.6332%2058.1667%2020.7002%2058.0688%2020.7002C57.8385%2020.7002%2057.707%2020.5679%2057.707%2020.2714C57.707%2020.0068%2057.97%2019.5445%2058.5285%2018.9172C59.1188%2018.1912%2059.9076%2017.4651%2060.8932%2016.7382C61.5831%2016.2106%2062.0755%2015.7483%2062.3049%2015.3857C62.634%2014.8908%2062.7655%2014.2627%2062.7655%2013.4704C62.7655%2013.0416%2062.4372%2012.1833%2061.7799%2010.8634C61.1226%209.54276%2060.7952%208.68436%2060.7952%208.25559C60.7952%207.89213%2061.4182%207.29838%2062.634%206.40733C63.4219%205.87889%2064.2434%205.3178%2065.0313%204.7567H64.6378C64.2434%204.7567%2063.7184%204.82286%2063.0611%204.98784C61.9449%205.25163%2061.0246%205.41661%2060.3011%205.41661C58.9882%205.41661%2058.3309%204.95433%2058.3309%204.03063C58.3309%203.73333%2058.7253%203.00726%2059.5132%201.88507C60.3011%200.729368%2060.8278%200.168274%2061.0573%200.168274C61.2549%200.168274%2061.3855%200.3006%2061.3855%200.564391C61.3855%200.663206%2061.2876%200.960508%2061.0573%201.5216C61.2222%201.75274%2061.682%201.88507%2062.3384%201.88507C62.9622%201.88507%2063.9143%201.78539%2065.1637%201.58776C65.4257%201.55425%2066.0178%201.38928%2066.9045%201.12549C67.6271%200.927856%2068.2175%200.829042%2068.678%200.829042C69.6309%200.829042%2070.3544%200.927856%2070.8468%201.15814C72.4562%201.85156%2073.7365%203.13958%2074.6894%205.02049C75.6088%206.67112%2076.0358%208.51938%2076.0358%2010.5ZM66.7404%2010.5335L66.773%204.36058C66.3786%204.39324%2065.8528%204.78935%2065.2616%205.51543C64.6704%206.2415%2064.3757%206.8361%2064.3757%207.26487C64.3757%207.72715%2064.539%208.22294%2064.8346%208.71787C65.0975%209.14664%2065.3931%209.60892%2065.656%2010.005C65.7548%2010.2027%2065.8854%2010.5%2066.0831%2010.9287C66.1157%2011.0611%2066.2145%2011.0937%2066.3133%2011.0937C66.4448%2011.0937%2066.5754%2010.8961%2066.7404%2010.5335ZM66.7077%2017.3663L66.7404%2011.9195C66.7404%2011.7871%2066.7077%2011.721%2066.6742%2011.721C66.5754%2011.721%2066.4122%2011.9521%2066.181%2012.4479C66.0504%2012.7443%2065.9189%2013.0416%2065.7875%2013.339C65.0975%2014.4938%2064.0793%2015.5498%2062.6993%2016.5405C64.441%2016.6394%2065.7875%2016.904%2066.7077%2017.3663ZM67.2989%204.39324L67.2336%2017.6954C68.745%2018.6208%2069.6309%2019.0496%2069.9592%2019.0822C70.8133%2019.0822%2071.4706%2018.0262%2071.8985%2015.8806C72.1932%2014.4611%2072.3247%2013.009%2072.3247%2011.4907C72.3247%209.84006%2071.9629%208.28824%2071.175%206.86875C70.2539%205.21812%2069.0389%204.36058%2067.5618%204.36058C67.5283%204.36058%2067.4957%204.36058%2067.4304%204.39324H67.2989Z%22%20fill%3D%22%23151515%22%20style%3D%22fill%3A%20rgb(21%2C%2021%2C%2021)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M56.2307%209.34378C56.2307%209.31113%2056.1646%209.44431%2056.0013%209.74162C55.9025%209.90659%2055.8681%2010.7976%2055.8681%2012.4809L55.8363%2017.3658C55.8363%2017.4646%2055.8681%2017.6304%2055.9016%2017.8289C55.9343%2018.0266%2055.9678%2018.1915%2055.9678%2018.2904C55.9678%2018.5877%2055.7049%2018.7526%2055.1464%2018.8515C54.7846%2018.8841%2054.3911%2018.9168%2053.9975%2018.9494C53.3075%2019.1152%2052.8143%2019.4778%2052.5196%2020.1051C52.1579%2020.8647%2051.8949%2021.2935%2051.7308%2021.3923H51.3038C50.0879%2021.3923%2049.1359%2020.8655%2048.5112%2019.8748C47.9862%2019.0499%2047.7232%2017.9269%2047.7568%2016.5736L47.7885%209.44345C49.6935%208.65122%2050.6456%207.79282%2050.6456%206.80296C50.6456%205.8784%2049.7932%204.52507%2048.0515%202.80828V2.71032C48.0515%202.578%2048.1821%202.54535%2048.4124%202.54535C48.5103%202.54535%2048.6753%202.578%2048.8721%202.67681C49.0688%202.74383%2049.2347%202.80828%2049.3326%202.80828C49.4314%202.80828%2049.5621%202.61065%2049.7588%202.24718C50.0218%201.7849%2050.2185%201.4223%2050.4162%201.22381C50.7444%200.861204%2051.1396%200.663574%2051.5667%200.663574C51.6973%200.663574%2051.8296%200.697086%2051.9611%200.762389C51.8296%201.05969%2051.7626%201.35614%2051.7626%201.61993C51.7626%202.28069%2053.2414%204.78886%2056.2307%209.1788V9.34378ZM51.3038%207.56168C51.0082%207.56168%2050.8441%207.85899%2050.8441%208.48624L50.8106%2016.6732C50.8106%2017.2008%2050.9747%2017.6631%2051.2703%2018.0919C51.5658%2018.5215%2051.9611%2018.7526%2052.4534%2018.7526C52.6176%2018.7526%2052.7482%2018.6865%2052.8796%2018.5877C52.9785%2018.3892%2053.0111%2017.432%2053.0111%2015.7478L53.0446%2010.533C53.0446%2010.3672%2053.0438%2010.203%2053.0111%2010.0381C52.9785%209.87308%2052.7155%209.4108%2052.255%208.68473C51.6964%207.92601%2051.4026%207.56168%2051.3038%207.56168Z%22%20fill%3D%22%23151515%22%20style%3D%22fill%3A%20rgb(21%2C%2021%2C%2021)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M45.2246%203.99788C45.1258%204.39399%2044.8955%204.6913%2044.5337%204.88893C44.074%205.15358%2043.6143%205.02125%2043.3188%204.59162C43.1546%204.36048%2043.0885%204.09669%2043.0558%203.80025C43.0232%203.46944%2043.1546%203.17299%2043.2861%202.87569C43.9099%201.8188%2044.7967%201.06008%2045.979%200.597801C46.1431%200.531638%2046.3743%200.498987%2046.5384%200.466335C46.8013%200.432824%2046.9654%200.696615%2046.8675%200.927755C46.8348%201.02657%2046.736%201.12624%2046.6699%201.19241C45.9146%201.8188%2045.5193%202.64455%2045.2899%203.56825C45.2899%203.73409%2045.2581%203.86555%2045.2246%203.99788Z%22%20fill%3D%22%23151515%22%20style%3D%22fill%3A%20rgb(21%2C%2021%2C%2021)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M46.6406%2018.8519C46.5418%2019.1165%2046.2797%2019.6115%2045.7865%2020.2705C45.2615%2020.9975%2044.9324%2021.3609%2044.7356%2021.3274C44.5715%2021.3274%2044.0792%2020.9313%2043.2569%2020.1717C42.4363%2019.413%2042.0419%2018.9507%2042.0419%2018.8192C42.0419%2018.6869%2042.1407%2018.4231%2042.3048%2018.027C42.4689%2017.63%2042.5677%2017.3662%2042.6004%2017.2674C42.7645%2016.6075%2042.8633%2015.7165%2042.896%2014.5608C42.8633%2015.7165%2042.8633%2014.7911%2042.896%2011.8206V11.4245C42.9286%2011.2269%2042.9286%2011.0945%2042.9286%2011.0292C42.9286%2010.7972%2042.9286%2010.5996%2042.896%2010.4673C42.8633%2010.3358%2042.6992%2010.0712%2042.4036%209.70855C42.108%209.34509%2041.9766%209.04778%2041.9766%208.85015C41.9766%208.65167%2042.2721%208.19024%2042.8633%207.43066C43.4545%206.70459%2043.8154%206.34113%2043.9803%206.34113C44.2098%206.34113%2044.6703%206.63843%2045.3921%207.23303C46.1156%207.82678%2046.4765%208.2229%2046.4765%208.45404C46.4765%208.58636%2046.3777%208.78399%2046.2136%209.04778C46.0168%209.31243%2045.918%209.47741%2045.8853%209.60974C45.8192%209.87353%2045.8192%2010.6984%2045.7865%2012.0853V14.5608V17.0698C45.7865%2017.6635%2046.0494%2018.2581%2046.6406%2018.8519Z%22%20fill%3D%22%23151515%22%20style%3D%22fill%3A%20rgb(21%2C%2021%2C%2021)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M41.5175%2018.983C40.8275%2019.9067%2040.2355%2020.6336%2039.677%2021.1612C39.6117%2021.1612%2039.5129%2021.1947%2039.4476%2021.1947C39.0205%2021.1947%2038.5617%2020.8313%2038.1011%2020.1387C37.6088%2019.4453%2037.3458%2019.0818%2037.2479%2019.0818C36.8861%2019.0818%2036.3611%2019.4118%2035.7365%2020.1052C35.1126%2020.7986%2034.7174%2021.1286%2034.5859%2021.1286C33.1741%2021.1286%2032.4515%2019.8079%2032.4842%2017.1347V14.0646V10.9945C32.4842%2010.4669%2032.4515%2010.1034%2032.3527%209.90581C32.2874%209.77349%2032.0571%209.47619%2031.6954%209.01391C31.5974%208.88244%2031.5312%208.75011%2031.5312%208.61779C31.5312%208.354%2031.795%207.92523%2032.3527%207.36413C32.8786%206.76953%2033.3048%206.40692%2033.5677%206.2746C34.0274%206.34076%2034.4871%206.6372%2034.9141%207.16565C35.3412%207.69409%2035.5715%208.18902%2035.5715%208.6513C35.5715%208.75011%2035.5723%208.84979%2035.5397%208.9486C35.5062%209.11358%2035.5053%209.24505%2035.5053%209.27856C35.4727%209.5097%2035.4735%2010.0046%2035.4735%2010.7969C35.4735%2011.5229%2035.4727%2012.6125%2035.5053%2014.0973C35.5388%2015.5503%2035.5397%2016.6389%2035.5397%2017.3985C35.5397%2017.9931%2035.8353%2018.2896%2036.4917%2018.2896C36.9523%2018.2896%2037.2805%2018.0919%2037.4773%2017.7285C37.6088%2017.5309%2037.6732%2015.1542%2037.6732%2010.5657C37.6732%2010.2358%2037.5091%209.83965%2037.2135%209.41002C36.9179%208.98125%2036.7547%208.61779%2036.7547%208.38665C36.985%208.09021%2037.3123%207.72674%2037.772%207.23181C38.3632%206.6372%2038.7258%206.30811%2038.8573%206.30811C39.0867%206.30811%2039.4149%206.53839%2039.8085%206.96802C40.0714%207.29797%2040.3343%207.59527%2040.5973%207.92523C41.0896%208.45367%2041.3534%208.84979%2041.3534%209.11358C41.3534%209.24505%2041.2546%209.47619%2041.0252%209.77349C40.7949%2010.137%2040.6634%2010.3681%2040.6308%2010.4996C40.5655%2010.6645%2040.5646%2010.9618%2040.5646%2011.358L40.5328%2016.5401C40.5328%2017.4638%2040.8611%2018.2234%2041.5175%2018.7854V18.983Z%22%20fill%3D%22%23151515%22%20style%3D%22fill%3A%20rgb(21%2C%2021%2C%2021)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M30.7416%2026.345C30.7416%2026.5091%2030.6754%2026.6079%2030.5113%2026.6079C30.4125%2026.6079%2030.2483%2026.4438%2030.0516%2026.1465C29.8539%2025.8492%2029.6898%2025.6842%2029.4931%2025.6507C29.066%2026.0477%2028.639%2026.4438%2028.2119%2026.8399C27.686%2027.2687%2027.161%2027.4663%2026.6678%2027.4663C26.5037%2027.4663%2026.4049%2027.3675%2026.4384%2027.1699C26.6678%2026.9387%2026.8646%2026.7067%2027.0949%2026.4764C27.3251%2026.1791%2027.4566%2025.8818%2027.4566%2025.5854V23.8686V22.1527C27.4566%2021.7892%2027.4566%2021.2616%2027.4893%2020.5347C27.5219%2019.8086%2027.5219%2019.2802%2027.5219%2018.9176C27.5219%2018.7199%2027.4893%2018.5868%2027.3905%2018.4879C26.8981%2018.8514%2026.471%2019.2802%2026.1755%2019.7751C25.5843%2020.6997%2025.1237%2021.1946%2024.8281%2021.1619C24.5326%2021.1619%2023.9749%2020.7658%2023.2188%2019.9736C22.3655%2019.049%2021.8397%2018.5541%2021.6094%2018.4226C21.9376%2017.6295%2022.0691%2017.0358%2022.0691%2016.607L22.0364%209.50957C22.9893%208.98199%2023.7773%208.4862%2024.402%208.05743C24.8617%207.72747%2025.354%207.36401%2025.8464%207.03405C26.471%206.63794%2027.0296%206.44031%2027.4566%206.44031C27.8828%206.44031%2028.5401%206.77026%2029.3942%207.39752C30.2483%208.05743%2030.708%208.58587%2030.7742%209.04729C30.7742%209.24578%2030.7416%209.50957%2030.6427%209.84038C30.5439%2010.1695%2030.4778%2010.4341%2030.4778%2010.5991L30.4125%2023.8033C30.4125%2024.4959%2030.4778%2025.1231%2030.6101%2025.6842C30.708%2026.0803%2030.7416%2026.278%2030.7416%2026.345ZM27.5219%2015.9463L27.5554%2010.203C27.5554%2010.0045%2027.3578%209.80687%2026.9634%209.60924C26.6352%209.44341%2026.3722%209.34459%2026.1428%209.34459C25.4855%209.34459%2025.1237%2010.1695%2025.1237%2011.7875C25.1237%2012.2497%2025.1572%2012.9758%2025.1899%2013.933C25.2552%2014.8902%2025.2552%2015.6163%2025.2552%2016.0786V16.772V17.4654C25.2552%2018.1245%2025.4855%2018.4553%2025.9787%2018.4553C26.4049%2018.4553%2026.7666%2018.1245%2027.0622%2017.5307C27.3578%2017.0358%2027.5219%2016.5074%2027.5219%2015.9463Z%22%20fill%3D%22%23151515%22%20style%3D%22fill%3A%20rgb(21%2C%2021%2C%2021)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M19.6727%203.99745C19.5739%204.39357%2019.3436%204.69087%2018.9818%204.8885C18.5221%205.15315%2018.0624%205.02082%2017.7668%204.5912C17.6027%204.36006%2017.5366%204.09626%2017.5039%203.79982C17.5039%203.46901%2017.6027%203.17256%2017.7342%202.87526C18.358%201.81838%2019.2456%201.05965%2020.428%200.597374C20.5921%200.531211%2020.8215%200.498559%2020.9856%200.465908C21.2485%200.432397%2021.4135%200.696188%2021.3156%200.927328C21.2821%201.02614%2021.1832%201.12582%2021.1171%201.19198C20.3618%201.81838%2019.9683%202.64412%2019.7388%203.56782C19.7388%203.73366%2019.7053%203.86512%2019.6727%203.99745Z%22%20fill%3D%22%23151515%22%20style%3D%22fill%3A%20rgb(21%2C%2021%2C%2021)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20.8558%2018.7527C20.7569%2019.0164%2020.4946%2019.5114%2020.0009%2020.1713C19.4754%2020.8982%2019.146%2021.2608%2018.9491%2021.2608C18.7848%2021.2608%2018.292%2020.8647%2017.469%2020.1051C16.6476%2019.3464%2016.2529%2018.8841%2016.2529%2018.7527C16.2529%2018.6203%2016.3518%2018.3565%2016.516%2017.9596C16.6803%2017.5643%2016.7792%2017.3005%2016.8119%2017.2008C16.9762%2016.5409%2017.0751%2015.6499%2017.1077%2014.4942C17.0751%2015.6499%2017.0751%2014.7253%2017.1077%2011.754V11.3588C17.1404%2011.1603%2017.1404%2011.0279%2017.1404%2010.9626C17.1404%2010.7315%2017.1404%2010.533%2017.1077%2010.4007C17.0751%2010.2692%2016.9108%2010.0046%2016.6149%209.64196C16.3191%209.27849%2016.1875%208.98119%2016.1875%208.78356C16.1875%208.58507%2016.4834%208.12365%2017.0751%207.36407C17.6668%206.638%2018.028%206.27539%2018.1931%206.27539C18.4227%206.27539%2018.8837%206.57183%2019.6062%207.16644C20.3303%207.76019%2020.6915%208.1563%2020.6915%208.38744C20.6915%208.51977%2020.5926%208.7174%2020.4283%208.98119C20.2314%209.24584%2020.1325%209.41082%2020.0998%209.54314C20.0336%209.80693%2020.0336%2010.6318%2020.0009%2012.0187V14.4942V17.0032C20.0009%2017.5308%2020.2641%2018.1254%2020.8558%2018.7527Z%22%20fill%3D%22%23151515%22%20style%3D%22fill%3A%20rgb(21%2C%2021%2C%2021)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.26639%2018.1054C4.03611%2018.303%204.458%2017.8871%204.19507%2018.1518H4.12891C4.42535%2017.8545%204.2724%2018.1535%204.26639%2018.1054Z%22%20fill%3D%22%23151515%22%20style%3D%22fill%3A%20rgb(21%2C%2021%2C%2021)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.3721%2014.0617C15.1745%2014.0617%2015.0104%2014.2267%2014.9777%2014.5902C14.945%2014.689%2014.9459%2014.8213%2014.9459%2014.9863C14.9459%2015.6135%2014.7818%2016.2399%2014.4853%2016.8345C14.2233%2017.363%2013.9268%2017.6929%2013.5986%2017.8579C13.4671%2017.9232%2013.3348%2017.9576%2013.1707%2017.9576C12.711%2017.9576%2012.0872%2017.7256%2011.2984%2017.3295C10.4778%2016.9007%209.91926%2016.5046%209.55751%2016.1411C9.68898%2015.9435%209.78865%2015.745%209.85395%2015.6135C10.2157%2014.8866%2010.4125%2014.2602%2010.3798%2013.7318V13.5994C10.3463%2012.247%2010.281%2010.7278%2010.1169%208.97837C10.0516%208.21964%209.88661%206.70048%209.62453%204.38994C9.55837%203.73003%209.52572%203.40008%209.52572%203.43273C9.49307%203.26775%209.49221%203.13628%209.45955%203.03661C9.39339%202.90429%209.29544%202.80547%209.13132%202.70666C8.9672%202.60784%208.77043%202.60784%208.63896%202.60784C8.54015%202.60784%208.47485%202.64049%208.4422%202.64049H8.40782H8.37603C8.08045%202.64049%207.52107%202.21173%206.66697%201.32068C5.84638%200.429628%205.09024%200%204.46642%200C4.26965%200%203.94141%200.23114%203.48171%200.660768C3.38289%200.759582%203.28408%200.825745%203.18527%200.957212C2.42998%201.71679%202.03644%202.11291%201.97028%202.14556C1.83967%202.27789%201.70734%202.3767%201.57588%202.47552C1.47706%202.57519%201.41176%202.64049%201.37825%202.64049C1.3456%202.674%201.3138%202.70666%201.28115%202.74017C0.427052%203.49889%202.15065e-06%204.22496%202.15065e-06%204.91838C2.15065e-06%204.95103%20-0.000857453%205.0172%200.0317944%205.08336C-0.000857453%205.24834%200.16412%205.57829%200.525867%206.00792C0.886754%206.43669%201.14969%206.63518%201.34646%206.63518C1.44527%206.63518%201.57588%206.60167%201.70734%206.50285C1.93677%206.37052%202.1997%206.10673%202.56144%205.74327C3.08645%205.14952%203.35024%204.72075%203.35024%204.4561C3.35024%204.22496%203.21878%203.96117%202.95584%203.63122C2.82524%203.43273%202.72642%203.26775%202.66112%203.13628C2.59496%203.03661%202.56144%202.90429%202.56144%202.83898C2.56144%202.80547%202.59496%202.74017%202.62761%202.60784C2.66112%202.50903%202.69377%202.44287%202.72642%202.44287C2.9885%202.44287%203.4164%202.70666%203.97406%203.20159C4.63139%203.79619%205.05844%204.1588%205.25521%204.22496C5.25521%204.29113%205.02493%204.52226%204.59788%204.81957C4.46642%204.98455%204.13818%205.21568%203.64497%205.57829C3.5135%205.67796%203.41555%205.74327%203.31673%205.80943C3.25143%205.87559%203.21878%205.94176%203.21878%205.97441C3.21878%206.27171%203.34938%206.43669%203.64497%206.43669C3.71113%206.43669%203.77729%206.40404%203.87611%206.30522C3.97406%206.20555%204.07202%206.1729%204.17083%206.1729C4.53172%206.1729%204.79465%206.70048%204.92612%207.79002C5.02493%208.45078%205.05758%209.14334%205.05758%209.86942V10.0679C4.89347%2010.2329%204.73021%2010.3979%204.56523%2010.5628C4.53258%2010.5963%204.49993%2010.629%204.49993%2010.6617C4.33581%2010.8601%204.23699%2011.0251%204.23699%2011.1901C4.23699%2011.3551%204.3676%2011.4539%204.66319%2011.4874C4.95877%2011.52%205.0911%2011.5862%205.12375%2011.6524C5.28872%2012.0811%205.35403%2012.8072%205.35403%2013.8306C5.35403%2014.5575%205.25521%2015.1839%205.02579%2015.7124C4.89433%2016.075%204.59788%2016.6361%204.17083%2017.363C4.10467%2017.4618%203.64497%2018.0229%202.79087%2019.0128C2.10174%2019.8385%201.77265%2020.3661%201.77265%2020.5981C1.77265%2021.0269%201.87146%2021.2571%202.03558%2021.2571C2.33116%2020.9607%202.62761%2020.7296%202.85789%2020.5646C3.28494%2020.202%203.64497%2019.9047%203.9079%2019.7397C4.59788%2019.3101%205.35403%2019.0789%206.10931%2019.0789C6.66783%2019.0789%207.48842%2019.3762%208.53929%2019.9373C9.32809%2020.3996%2010.116%2020.861%2010.904%2021.2906C11.4298%2021.2571%2012.0219%2021.0269%2012.6465%2020.5646C13.1389%2020.202%2013.6639%2019.707%2014.1889%2019.0463C15.4374%2017.5941%2016.0286%2016.3723%2016.0612%2015.3815C15.9959%2014.524%2015.7991%2014.0617%2015.3721%2014.0617ZM8.77043%2015.6135C8.73692%2015.6135%208.70341%2015.6462%208.67076%2015.6462C8.50664%2015.9108%208.34338%2016.0423%208.17926%2016.1085C7.88368%2016.2073%207.58724%2016.3723%207.22549%2016.6034C6.69962%2016.9995%206.4049%2017.2307%206.33874%2017.2642C6.27257%2017.2968%206.23992%2017.3295%206.20727%2017.3295H5.94434L5.91254%2016.9995C6.10931%2016.8345%206.30694%2016.6696%206.50371%2016.5372V16.5046C6.7993%2016.2735%207.09488%2016.0423%207.39047%2015.7777C7.55458%2015.6462%207.68605%2015.5474%207.85017%2015.4159C8.37603%2014.9528%208.63896%2014.4578%208.63896%2013.9303V13.7653L7.75221%205.38066C7.7187%205.3145%207.7187%205.21568%207.7187%205.11687C7.7187%204.85222%207.81666%204.62194%207.98163%204.38994C8.11224%204.22496%208.30987%204.05999%208.57366%203.89501H8.63896C8.67162%203.89501%208.70427%204.02733%208.77043%204.29113C9.09867%207.32774%209.32809%209.63828%209.42604%2011.1566C9.55751%2012.7746%209.62453%2013.7318%209.62453%2014.0291C9.62453%2014.2602%209.52572%2014.5575%209.3616%2014.9201C9.16397%2015.3489%208.9672%2015.5474%208.77043%2015.6135Z%22%20fill%3D%22%23151515%22%20style%3D%22fill%3A%20rgb(21%2C%2021%2C%2021)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fsvg%3E",
    "favicon": "https://liquiddeath.com/cdn/shop/files/Liquiddeath-Skull-Favicon_32x32.png?v=1682460908",
    "ogImage": "http://liquiddeath.com/cdn/shop/files/Liquid-Death-Preview-Image_7033558e-a84d-4880-8a70-87e84739f262.jpg?v=1681949476",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand 'Liquid Death'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 9,
      "text": "SHOP NOW",
      "reasoning": "Button #9 ('SHOP NOW') has a white background with black text, making it stand out as a primary CTA. The text 'SHOP NOW' is action-oriented, indicating a strong call-to-action."
    },
    "secondary": {
      "index": 6,
      "text": "Shop Now",
      "reasoning": "Button #6 ('Shop Now') has a dark background, providing a contrast to the primary button's light background. It serves as a secondary option with similar action-oriented text."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "bold",
    "energy": "high",
    "targetAudience": "young adults and alternative lifestyle enthusiasts"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand 'Liquid Death'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles