Dripos Brand: Colors, Fonts, Logo & Visual Identity

Home · Branding · Dripos

Dripos Brand Identity

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

Copy Page

Copy Agent Instructions Download JSON

Primary

#D6D3C2

Accent

#8DFB79

Body Font

PP Neue Montreal

Heading

Roslindale Variable

Color Palette

Brand palette extracted from https://dripos.com.

primary

#D6D3C2

rgb(214, 211, 194)

secondary

#8DFB79

rgb(141, 251, 121)

accent

#8DFB79

rgb(141, 251, 121)

background

#D6D3C2

rgb(214, 211, 194)

textPrimary

#372007

rgb(55, 32, 7)

link

#372007

rgb(55, 32, 7)

Typography

Each font links to its Google Fonts page where available.

primary

PP Neue Montreal

PP Neue Montreal Google Fonts →

heading

Roslindale Variable

Roslindale Variable Google Fonts →

Roslindale Variable, Arial, 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

%20!important%3B%22%2F%3E%3C%2Fsvg%3E)

Logo

Favicon

Social Card

UI Components

Live previews rendered using Dripos's actual button styles.

Input

input

backgroundtransparenttextColor#FFFFFFborderColornullborderRadius0pxshadownone

Button Primary

buttonPrimary

background#8DFB79textColor#372007borderRadius1920pxshadowrgba(55, 32, 7, 0.2) 0px 2px 0px 0px, rgb(199, 255, 179) 0px 1px 0px 0px inset, rgb(39, 149, 19) 0px -1px 0px 0px inset

Button Secondary

buttonSecondary

background#EBE8DDtextColor#372007borderRadius0pxshadownone

Brand Personality

Tone: modernEnergy: mediumAudience: coffee shop owners and operators

Dripos Brand in the Wild

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

Image: cdn.prod.website-files.com

Source: dripos.com

Image: d3ahdv1y47pkz0.cloudfront.net

Source: order.dripos.com

Image: cdn.prod.website-files.com

Source: dripos.com

Image: d3ahdv1y47pkz0.cloudfront.net

Source: order.dripos.com

Image: cdn.prod.website-files.com

Source: dripos.com

Image: d3ahdv1y47pkz0.cloudfront.net

Source: order.dripos.com

Frequently Asked Questions

What is Dripos's primary brand color?

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

What accent color does Dripos use?

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

What font does Dripos use?

Dripos uses PP Neue Montreal for body text and Roslindale Variable for headings. Fonts were detected on https://dripos.com as part of their live design system.

Does Dripos use a light or dark theme?

Dripos's primary site uses a light color scheme, with a background of #D6D3C2.

Where can I find Dripos's logo?

Dripos's logo is available directly on their site (https://dripos.com). 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://dripos.com 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 Dripos.

Methodology

Brand data on this page was extracted from https://dripos.com on 2026-07-27 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 Dripos.

Machine-Readable Profile

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

GET /branding/dripos.json GET /branding/dripos/llms.txt

{
  "colorScheme": "light",
  "fonts": [\
    {\
      "family": "PP Fraktion Mono",\
      "role": "monospace"\
    },\
    {\
      "family": "PP Neue Montreal",\
      "role": "body"\
    },\
    {\
      "family": "Roslindale Variable",\
      "role": "heading"\
    }\
  ],
  "colors": {
    "primary": "#D6D3C2",
    "secondary": "#8DFB79",
    "accent": "#8DFB79",
    "background": "#D6D3C2",
    "textPrimary": "#372007",
    "link": "#372007"
  },
  "typography": {
    "fontFamilies": {
      "primary": "PP Neue Montreal",
      "heading": "Roslindale Variable"
    },
    "fontStacks": {
      "heading": [\
        "Roslindale Variable",\
        "Arial",\
        "sans-serif"\
      ],
      "body": [\
        "PP Neue Montreal",\
        "Arial",\
        "sans-serif"\
      ],
      "paragraph": [\
        "PP Neue Montreal",\
        "Arial",\
        "sans-serif"\
      ]
    },
    "fontSizes": {
      "h1": "90px",
      "h2": "64px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "32px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#8DFB79",
      "textColor": "#372007",
      "borderRadius": "1920px",
      "borderRadiusCorners": {
        "topLeft": "1920px",
        "topRight": "1920px",
        "bottomRight": "1920px",
        "bottomLeft": "1920px"
      },
      "shadow": "rgba(55, 32, 7, 0.2) 0px 2px 0px 0px, rgb(199, 255, 179) 0px 1px 0px 0px inset, rgb(39, 149, 19) 0px -1px 0px 0px inset"
    },
    "buttonSecondary": {
      "background": "#EBE8DD",
      "textColor": "#372007",
      "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%20width%3D%22100%25%22%20viewBox%3D%220%200%20104%2025%22%20fill%3D%22none%22%20class%3D%22navbar9_logo%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M52.3975%200.560913C54.3672%200.695449%2056.7299%200.205358%2058.5723%200.519897L58.5713%200.520874C59.2562%200.63786%2060.3011%201.42196%2060.8037%202.01501C62.8807%204.46842%2062.5005%208.66421%2060.8701%2011.3099C60.3583%2012.1403%2059.4187%2012.6128%2059.4668%2013.8207C59.4994%2014.6336%2060.7762%2018.08%2061.1494%2019.0013C61.4434%2019.727%2061.7839%2020.4281%2062.1357%2021.1234C62.7618%2022.3603%2064.3332%2021.9173%2064.4326%2020.4701C64.4334%2020.4579%2064.4338%2020.4457%2064.4346%2020.433C64.6408%2017.2534%2064.7805%205.35302%2064.1514%202.75818C63.9851%202.07318%2063.6051%201.50435%2063.4365%200.823608C63.4387%200.767823%2063.9843%200.521317%2064.0166%200.520874H68.1416C68.1668%200.520874%2068.5507%200.732389%2068.5674%200.848999C67.9709%202.40707%2067.6598%203.68895%2067.5654%205.42419C67.3448%209.4963%2067.3576%2015.3519%2067.5576%2019.434C67.6469%2021.2573%2067.9441%2022.7476%2068.5469%2024.4056C68.4692%2024.6406%2068.3274%2024.6843%2068.1406%2024.726C67.2937%2024.9134%2065.3119%2024.7637%2064.3389%2024.7367C63.1353%2024.7035%2061.1601%2024.6999%2060.0498%2024.5355C59.1194%2024.3976%2058.983%2023.5535%2058.625%2022.6615C57.9159%2020.896%2057.4544%2018.9796%2056.915%2017.1322C56.7323%2016.9549%2056.6119%2015.5129%2056.2637%2015.726C55.4875%2016.2022%2055.9306%2021.5035%2056.2246%2022.5697C56.3089%2022.8752%2057.2983%2024.7256%2056.5918%2024.726H51.9717C51.3465%2024.726%2052.2823%2022.9933%2052.374%2022.6136C53.0715%2019.7244%2052.943%208.03628%2052.7197%204.61365C52.6346%203.31251%2052.2534%202.12254%2051.7471%200.986694C51.8818%200.707848%2052.1323%200.543019%2052.3975%200.560913ZM10.3857%200.0032959C12.6425%20-0.0317594%2014.959%200.223401%2017.2344%200.235718C21.2618%200.25795%2025.2065%20-0.150156%2029.249%200.113647C31.0129%200.22876%2032.7613%200.332935%2034.5244%200.445679C35.0588%200.479787%2035.5894%200.585661%2036.1211%200.628296C36.3279%200.705801%2036.4586%201.24096%2036.5273%201.49158C36.7821%202.42089%2036.745%203.15056%2036.8262%204.09119C37.0549%206.74677%2037.5839%209.36626%2037.4717%2012.0531C37.3086%2015.9564%2036.3695%2018.7028%2034.125%2021.4398C33.4706%2022.2376%2032.756%2023.0865%2031.9746%2023.6976C31.3278%2024.2039%2030.8211%2024.5139%2030.0527%2024.6508C27.2089%2025.1571%2023.844%2024.4368%2021.0898%2023.515C20.413%2023.2886%2019.7366%2023.0794%2019.0605%2022.8568C18.0889%2022.5371%2016.9727%2021.8495%2016.1758%2021.1019C15.2315%2020.2163%2014.2531%2019.3878%2013.3818%2018.3881C12.7438%2017.6562%2012.2132%2016.9173%2011.4883%2016.266C9.9562%2014.8894%208.13813%2014.4781%206.30273%2014.0883C4.71449%2013.7506%203.12357%2013.7325%201.79395%2012.4554C-0.667091%2010.0916%20-0.658099%205.59096%202.2041%203.7406C3.91479%202.63496%206.15785%202.98141%208.00293%203.39685C8.12332%203.42385%208.63533%203.65766%208.69824%203.53259L8.48926%201.81189C8.25651%20-0.0453719%209.23485%200.0212828%2010.3857%200.0032959ZM69.9648%200.422241C71.7132%200.422241%2073.462%200.421848%2075.21%200.440796C77.3245%200.463534%2079.1828%202.5831%2079.4189%205.14587C79.6298%207.43158%2079.2365%209.50804%2078.0684%2011.3304C77.7476%2011.8305%2077.3703%2012.3031%2076.9521%2012.6801C76.0018%2013.5365%2075.0243%2014.3539%2074.0293%2015.1332C73.4428%2015.5931%2073.1653%2016.1749%2073.208%2017.017C73.2865%2018.5585%2073.1024%2020.1092%2073.373%2021.6498C73.4985%2022.3648%2073.6817%2023.0197%2073.9922%2023.6429C74.3343%2024.3302%2074.2127%2024.6471%2073.5889%2024.6586C72.2779%2024.6823%2070.9663%2024.6701%2069.6553%2024.6469C69.4624%2024.6435%2069.2705%2024.5003%2069.0322%2024.4027C69.1212%2024.1085%2069.1517%2023.8778%2069.25%2023.7045C69.8612%2022.6296%2070.0321%2021.4041%2070.0371%2020.1498C70.0569%2015.0839%2070.069%2010.0179%2070.0391%204.95251C70.0317%203.67394%2069.8933%202.38588%2069.2188%201.29822C69.1478%201.18314%2069.1075%201.02754%2069.0869%200.884155C69.0731%200.784294%2069.1184%200.672023%2069.1514%200.482788H69.1523L69.5576%200.444702C69.6931%200.432032%2069.829%200.422022%2069.9648%200.422241ZM41.123%200.426147C43.0585%200.42141%2044.9942%200.419125%2046.9297%200.444702C47.8144%200.456545%2048.5575%200.909368%2049.166%201.68201C50.493%203.36561%2051.3396%205.38787%2051.7637%207.62146C52.4813%2011.4007%2052.4728%2015.187%2051.3994%2018.8881C50.834%2020.8373%2049.9815%2022.5861%2048.6104%2023.8959C48.2857%2024.2061%2047.9557%2024.4504%2047.5186%2024.4623C45.4929%2024.5182%2043.4671%2024.5973%2041.4414%2024.6547C41.0792%2024.6651%2040.6803%2024.7578%2040.4004%2024.2631C40.4384%2024.1442%2040.4612%2023.9885%2040.5303%2023.8734C41.26%2022.6526%2041.4577%2021.2296%2041.4678%2019.7924C41.5019%2014.9543%2041.507%2010.1148%2041.4658%205.27673C41.4522%203.69374%2041.2949%202.10174%2040.2998%200.827515C40.3456%200.74035%2040.3913%200.652487%2040.4375%200.565796C40.6659%200.516967%2040.8947%200.426662%2041.123%200.426147ZM83.1543%201.41541C84.555%200.0341527%2086.1367%20-0.356114%2087.8877%200.335327C89.2053%200.85591%2090.2147%201.83146%2091.125%203.08337C92.5705%205.07205%2093.221%207.48066%2093.5371%209.96912C93.8194%2012.1912%2093.7565%2014.4809%2093.207%2016.7015C92.8568%2018.1169%2092.4196%2019.4741%2091.8643%2020.7924C90.8405%2023.2225%2089.106%2024.2809%2086.9922%2024.6381C86.6975%2024.6878%2086.3767%2024.5668%2086.0742%2024.4886C84.6299%2024.1158%2083.4271%2023.2735%2082.4111%2021.9437C80.3779%2019.282%2079.6331%2016.1081%2079.5469%2012.0922C79.5395%2011.7464%2079.5212%2011.4008%2079.5029%2011.056C79.4291%209.64019%2079.9244%207.855%2080.4482%206.10095C80.9962%204.26576%2081.8948%202.6575%2083.1543%201.41541ZM97.3975%200.196655C98.4253%20-0.1504%2099.4369%200.0774908%20100.445%200.298218C101.173%200.457406%20101.764%200.920928%20102.267%201.59216C103.012%202.58833%20103.564%203.70655%20103.919%204.97791C104.075%205.5369%20104.012%205.99959%20103.674%206.43494C103.218%207.02172%20102.716%207.52864%20102.085%207.79724C101.432%208.07527%20101.081%207.8539%20100.888%207.05408C100.731%206.4038%20100.664%205.71441%20100.462%205.08826C100.191%204.25089%2099.894%203.40448%2099.4902%202.65564C98.7116%201.21234%2097.783%201.86595%2097.3643%202.80994C97.1814%203.22245%2097.067%203.68005%2096.9629%204.13708C96.7986%204.85983%2096.8239%205.63031%2097.0498%206.32751C97.0832%206.43079%2097.1182%206.52309%2097.1543%206.59509L97.5098%207.29138C97.8728%207.9851%2098.2618%208.6627%2098.7139%209.26208C99.8292%2010.7401%20101.004%2012.1574%20102.206%2013.5326C103.879%2015.4468%20104.463%2019.3379%20102.979%2022.3431C102.426%2023.4611%20101.507%2024.0786%20100.481%2024.3998C99.3774%2024.7455%2098.2564%2024.716%2097.1504%2024.3929C96.4084%2024.176%2095.802%2023.7198%2095.2852%2022.9857C94.6044%2022.0189%2094.074%2020.9817%2093.7334%2019.7855C93.539%2019.1021%2093.6103%2018.498%2094.0859%2018.058C94.5527%2017.626%2095.0399%2017.1987%2095.5684%2016.8998C96.1691%2016.5601%2096.499%2016.79%2096.6963%2017.556C96.8443%2018.1311%2096.9542%2018.721%2097.0742%2019.306C97.2878%2020.3461%2097.6615%2021.297%2098.1846%2022.1566C98.7647%2023.1094%2099.5458%2023.132%20100.096%2022.1625C100.827%2020.8736%20101.1%2019.501%20100.442%2018.016C100.027%2017.0781%2099.5603%2016.1949%2098.9316%2015.4398C97.8011%2014.0822%2096.7221%2012.6575%2095.5527%2011.351C93.5465%209.10887%2093.3847%205.02471%2094.5928%202.44861C95.2087%201.13545%2096.2576%200.581317%2097.3975%200.196655ZM45.9062%202.28357C45.0748%201.86764%2044.6781%202.18764%2044.6377%203.29236C44.6268%203.59397%2044.6332%203.89653%2044.6328%204.19861V12.1332H44.6221C44.6221%2013.8711%2044.6178%2015.6091%2044.624%2017.347C44.6283%2018.556%2044.6502%2019.7651%2044.6592%2020.974C44.6631%2021.484%2044.7485%2021.9651%2045.0732%2022.3109C45.9664%2023.2635%2047.1832%2023.4689%2048.1719%2022.2689C48.3874%2022.007%2048.5481%2021.665%2048.6953%2021.3353C49.2382%2020.1198%2049.4933%2018.8086%2049.5488%2017.433C49.6517%2014.8927%2049.4575%2012.387%2048.9717%209.91248C48.5592%207.81247%2047.9389%205.80192%2047.2021%203.84119C46.9335%203.12572%2046.5102%202.58532%2045.9062%202.28357ZM86.3457%202.6283C85.6327%201.95805%2084.8336%202.01417%2084.2686%202.85193C83.9427%203.33465%2083.6617%203.92248%2083.5254%204.51794C83.3448%205.30854%2083.2894%206.15027%2083.2451%206.97498C83.1865%208.06453%2083.0766%209.17683%2083.1904%2010.2474C83.4852%2013.0148%2083.9668%2015.7446%2084.8623%2018.3344C85.1745%2019.2372%2085.5105%2020.1427%2085.9326%2020.974C86.81%2022.7011%2088.3569%2022.6093%2089.1611%2020.8549C89.3638%2020.4124%2089.5301%2019.823%2089.6641%2019.2015L89.7959%2018.5219C90.0697%2016.9278%2090.1108%2015.2846%2089.9365%2013.6664C89.8689%2013.0378%2089.7938%2012.411%2089.6943%2011.7904C89.3196%209.45082%2088.6821%207.20405%2087.8701%205.03357C87.5183%204.09188%2087.0233%203.2659%2086.3457%202.6283ZM10.4688%200.721069C10.0795%200.721066%209.23484%200.715418%208.92383%200.973022C8.7091%201.15111%208.7839%201.7081%208.80566%202.00232C8.94897%203.94647%209.4181%205.80868%209.8418%207.67419C10.2293%209.38088%2010.6045%2011.1406%2011.0615%2012.8246C11.6397%2014.9541%2011.9823%2015.6225%2013.3174%2017.1293C18.1136%2022.5417%2025.6327%2023.0963%2030.1523%2016.8314C33.2533%2012.533%2033.9137%206.45341%2032.4023%201.08435C31.4809%201.02846%2030.5611%200.928544%2029.6416%200.863647C25.6811%200.583205%2021.929%200.932312%2017.9902%200.973999C15.4928%201.00003%2012.9775%200.718227%2010.4688%200.721069ZM5.73926%203.85291C3.97813%203.7108%202.37001%203.84713%201.14941%205.58923C-0.890554%208.50012%200.982472%2011.9734%203.63867%2012.8334L4.10547%2012.972C6.45734%2013.6145%209.03501%2013.5328%2011.1162%2015.224L11.6523%2015.6683C11.5467%2015.2842%2011.3729%2014.9351%2011.2471%2014.5609C10.9691%2013.7344%2010.7714%2012.8731%2010.5381%2012.0277C9.48501%2012.362%208.57307%2011.9872%207.66016%2011.3715C6.32031%2010.4681%204.2386%208.60134%204.29297%206.51697C4.33221%205.00458%205.63138%205.11897%206.55371%205.18103C7.12072%205.21893%207.82197%205.6086%208.34082%205.46033C8.57763%205.3925%208.9191%205.19139%208.80957%204.82751C8.72883%204.56045%208.4905%204.38093%208.2793%204.30603C7.62569%204.07438%206.44103%203.90928%205.73926%203.85291ZM58.9385%204.47693C58.5994%203.55365%2057.4136%201.62364%2056.4609%201.94861C56.1745%202.04656%2055.8488%202.93812%2055.8486%203.22205V13.9242C59.1908%2012.4447%2060.3823%208.41064%2058.9385%204.47693ZM74.1846%201.83923C73.8573%201.67835%2073.5377%201.82373%2073.415%202.23767C73.3021%202.6179%2073.2282%203.03737%2073.2266%203.4408C73.2114%206.61599%2073.216%209.79197%2073.2207%2012.9672C73.2207%2013.097%2073.2335%2013.2275%2073.249%2013.3578C73.2728%2013.5585%2073.441%2013.6838%2073.5986%2013.6176C73.9089%2013.4873%2074.399%2013.2369%2074.792%2012.8334C75.8113%2011.787%2076.6541%2010.5771%2076.792%208.88416C76.8502%208.17311%2076.8518%207.44096%2076.7842%206.73181C76.6261%205.07685%2076.1671%203.56808%2075.0625%202.46912C74.8019%202.20999%2074.4968%201.99272%2074.1846%201.83923ZM3.05273%206.78455C3.33881%206.94142%203.1179%207.64435%203.13184%207.91345C3.1897%209.03756%204.05199%209.90163%204.85938%2010.264C5.45551%2010.5317%206.1282%2010.6101%206.27539%2011.5746C6.30448%2011.7657%206.29139%2012.3692%206.19824%2012.5189C6.15358%2012.5909%206.03476%2012.5767%205.9668%2012.5648C5.58767%2012.4992%204.90113%2012.0979%204.5498%2011.8754C4.11317%2011.5989%203.68341%2011.2904%203.30078%2010.9193L3.13965%2010.7562C2.28027%209.84723%201.88575%208.68765%202.52051%207.39783C2.58575%207.26566%202.9304%206.71728%203.05273%206.78455ZM5.65527%205.95251C5.38882%205.98713%204.83814%206.14772%204.68359%206.42908C4.33398%207.06578%205.25165%208.42029%205.60742%208.86755C6.32705%209.77141%208.3386%2011.3185%209.36426%2011.4076C9.47696%2011.417%2010.3366%2011.3939%2010.3711%2011.349C10.1774%2010.6039%2010.0556%209.7019%209.81445%208.98669C9.32913%207.54712%206.91502%205.79004%205.65527%205.95251Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(55%2C%2032%2C%207)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://cdn.prod.website-files.com/694c56bbbf991cbb082f7438/6973b33c1fae5dffc77245ab_favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/694c56bbbf991cbb082f7438/6978bda02ef9fd786b3e6e48_dripos-og.jpg",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 16,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of the main brand logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "get started",
      "reasoning": "Button #2 with text 'get started' has a vibrant green background (#8DFB79), which is the accent color and typically used for primary CTAs. The text is action-oriented, making it a strong candidate for the primary button."
    },
    "secondary": {
      "index": 0,
      "text": "learn more",
      "reasoning": "Button #0 with text 'learn more' has a different background color (#EBE8DD) and serves as a secondary action, providing additional information rather than a direct call to action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "coffee shop owners and operators"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of the main brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles

Zapier Scale AI Fivetran Stripe PagerDuty Brex

We use cookies and similar technologies to improve your experience and measure site performance. By continuing to browse, you agree to our Privacy Policy and Terms.

DeclineAccept