Home · Branding · Passionfroot

Passionfroot Brand Identity

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

Download JSON
Primary
#FF6900
Accent
#FF6900
Body Font
Nunito Sans
Heading
Nunito Sans

Color Palette

Brand palette extracted from https://www.passionfroot.me/?ref=startups.gallery.

primary
#FF6900
rgb(255, 105, 0)
secondary
#3C82F7
rgb(60, 130, 247)
accent
#FF6900
rgb(255, 105, 0)
background
#F8F7F2
rgb(248, 247, 242)
textPrimary
#1D1D1C
rgb(29, 29, 28)
link
#F0EDE0
rgb(240, 237, 224)

Typography

Each font links to its Google Fonts page where available.

primary
Nunito Sans
Nunito Sans Google Fonts →
heading
Nunito Sans
Nunito Sans Google Fonts →
new-kansas, system-ui, 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

Passionfroot logo
Logo
Passionfroot favicon
Favicon
Passionfroot social image
Social Card

UI Components

Live previews rendered using Passionfroot's actual button styles.

buttonPrimary
background #43423E textColor #F2F1EC borderColor #43423E borderRadius 12px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklch(0.23 0.002 98 / 0.02) 0px 1px 1px -0.5px, oklch(0.23 0.002 98 / 0.02) 0px 3px 3px -1.5px, oklch(0.23 0.002 98 / 0.02) 0px 6px 6px -3px, oklch(0.23 0.002 98 / 0.00999999) 0px 12px 12px -6px
buttonSecondary
background #FFFFFF textColor #1D1D1C borderRadius 12px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklch(0.876 0.011 98) 0px 0px 0px 1px, oklch(0.23 0.002 98 / 0.04) 0px 1px 1px -0.5px, oklch(0.23 0.002 98 / 0.04) 0px 3px 3px -1.5px, oklch(0.23 0.002 98 / 0.04) 0px 6px 6px -3px, oklch(0.23 0.002 98 / 0.02) 0px 12px 12px -6px, oklch(0.23 0.002 98 / 0.02) 0px 24px 24px -12px

Brand Personality

Tone: modern Energy: medium Audience: creators and marketers

Passionfroot Brand in the Wild

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

Frequently Asked Questions

What is Passionfroot's primary brand color?

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

What font does Passionfroot use?

Passionfroot uses Nunito Sans as the primary typeface across body and headings.

Does Passionfroot use a light or dark theme?

Passionfroot's primary site uses a light color scheme, with a background of #F8F7F2.

Where can I find Passionfroot's logo?

Passionfroot's logo is available directly on their site (https://www.passionfroot.me/?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://www.passionfroot.me/?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 Passionfroot.

Methodology

Brand data on this page was extracted from https://www.passionfroot.me/?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 Passionfroot.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Nunito Sans",
      "role": "body"
    },
    {
      "family": "new-kansas",
      "role": "unknown"
    },
    {
      "family": "Roboto",
      "role": "unknown"
    },
    {
      "family": "Helvetica",
      "role": "unknown"
    },
    {
      "family": "Arial",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#FF6900",
    "secondary": "#3C82F7",
    "accent": "#FF6900",
    "background": "#F8F7F2",
    "textPrimary": "#1D1D1C",
    "link": "#F0EDE0"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Nunito Sans",
      "heading": "Nunito Sans"
    },
    "fontStacks": {
      "heading": [
        "new-kansas",
        "system-ui",
        "sans-serif"
      ],
      "body": [
        "Nunito Sans",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "Nunito Sans",
        "system-ui",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "48px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "6px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#43423E",
      "textColor": "#F2F1EC",
      "borderColor": "#43423E",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklch(0.23 0.002 98 / 0.02) 0px 1px 1px -0.5px, oklch(0.23 0.002 98 / 0.02) 0px 3px 3px -1.5px, oklch(0.23 0.002 98 / 0.02) 0px 6px 6px -3px, oklch(0.23 0.002 98 / 0.00999999) 0px 12px 12px -6px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#1D1D1C",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklch(0.876 0.011 98) 0px 0px 0px 1px, oklch(0.23 0.002 98 / 0.04) 0px 1px 1px -0.5px, oklch(0.23 0.002 98 / 0.04) 0px 3px 3px -1.5px, oklch(0.23 0.002 98 / 0.04) 0px 6px 6px -3px, oklch(0.23 0.002 98 / 0.02) 0px 12px 12px -6px, oklch(0.23 0.002 98 / 0.02) 0px 24px 24px -12px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22124%22%20height%3D%2230.060606060606062%22%20viewBox%3D%220%200%20132%2032%22%20fill%3D%22none%22%20class%3D%22transition-%5Bfill%5D%20duration-300%20%22%20aria-label%3D%22Passionfroot%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M48.6084%2020.4482C48.6084%2023.2633%2045.6509%2023.8623%2043.3597%2023.8623C41.3639%2023.8623%2039.2918%2022.9716%2038.5531%2022.6206C38.38%2022.5389%2038.2714%2022.3658%2038.2714%2022.1752V19.1676C38.2714%2018.9264%2038.5463%2018.7854%2038.7429%2018.9264C41.041%2020.5873%2044.5298%2020.9743%2044.5298%2020.0389C44.5298%2019.0324%2038.1579%2019.2814%2038.1579%2014.853C38.1579%2012.4318%2040.32%2011.1657%2043.212%2011.1657C47.1918%2011.1657%2048.222%2013.8213%2048.311%2015.8925C48.3179%2016.0598%2048.1819%2016.1988%2048.0126%2016.1988H44.3497C44.1854%2016.1988%2044.0514%2016.0666%2044.0514%2015.9023V15.7924C44.0514%2015.0485%2043.798%2014.6479%2043.2208%2014.6479C42.6905%2014.6479%2042.3902%2015.0923%2042.3902%2015.4734C42.3902%2017.7508%2048.6094%2016.4624%2048.6094%2020.4473L48.6084%2020.4482ZM31.2362%2015.4744C31.2362%2015.0932%2031.5375%2014.6488%2032.0668%2014.6488C32.644%2014.6488%2032.8974%2015.0495%2032.8974%2015.7934V15.9032C32.8974%2016.0666%2033.0305%2016.1998%2033.1958%2016.1998H36.8587C37.0269%2016.1998%2037.1639%2016.0608%2037.1571%2015.8935C37.068%2013.8233%2036.0378%2011.1667%2032.058%2011.1667C29.166%2011.1667%2027.0039%2012.4327%2027.0039%2014.854C27.0039%2019.2823%2033.3758%2019.0334%2033.3758%2020.0398C33.3758%2020.9753%2029.8881%2020.5883%2027.589%2018.9274C27.3933%2018.7854%2027.1174%2018.9274%2027.1174%2019.1686V22.1762C27.1174%2022.3668%2027.227%2022.5399%2027.3992%2022.6216C28.1378%2022.9726%2030.2099%2023.8633%2032.2057%2023.8633C34.498%2023.8633%2037.4545%2023.2653%2037.4545%2020.4492C37.4545%2016.4643%2031.2352%2017.7527%2031.2352%2015.4754L31.2362%2015.4744ZM52.0854%205.59967C50.3048%205.59967%2049.1426%206.51664%2049.1426%208.03456C49.1426%209.55248%2050.3058%2010.4695%2052.0854%2010.4695C53.865%2010.4695%2055.0282%209.55248%2055.0282%208.03456C55.0282%206.51664%2053.865%205.59967%2052.0854%205.59967ZM14.406%2017.5106C14.406%2021.6599%2013.1791%2023.8623%2010.6922%2023.8623C9.51235%2023.8623%208.45086%2023.3674%207.79636%2021.7989L8.11138%2026.6774C8.12214%2026.8486%207.98616%2026.9925%207.81397%2026.9925H3.51812C3.35376%2026.9925%203.21973%2026.8603%203.21973%2026.6959V11.8182C3.21973%2011.6548%203.35278%2011.5216%203.51812%2011.5216H6.40028C6.54801%2011.5216%206.67324%2011.6286%206.69476%2011.7734L6.9863%2013.8028C7.63787%2012.1167%208.82361%2011.1657%2010.5298%2011.1657C13.1146%2011.1657%2014.406%2013.3614%2014.406%2017.5106ZM9.98978%2017.5145C9.98978%2015.9237%209.72465%2014.6488%208.84317%2014.6488C7.9617%2014.6488%207.69657%2015.9237%207.69657%2017.5145C7.69657%2019.1054%207.9617%2020.3957%208.84317%2020.3957C9.72465%2020.3957%209.98978%2019.1054%209.98978%2017.5145ZM25.9356%2016.2796V23.1992C25.9356%2023.3625%2025.8025%2023.4957%2025.6372%2023.4957H22.755C22.6073%2023.4957%2022.4821%2023.3888%2022.4606%2023.2439L22.2219%2021.6832C21.4676%2023.0144%2020.0725%2023.8633%2018.6118%2023.8633C16.4448%2023.8633%2015.1945%2022.7888%2015.1945%2020.4249C15.1945%2016.8367%2018.6666%2016.2358%2021.6916%2016.2932C21.4206%2015.49%2020.8678%2015.0786%2019.7408%2015.0786C18.2078%2015.0786%2016.6943%2015.9995%2015.9527%2016.5275C15.7551%2016.6675%2015.4821%2016.5275%2015.4821%2016.2864V13.4625C15.4821%2013.3079%2015.5555%2013.162%2015.6798%2013.0687C16.3147%2012.5893%2018.4191%2011.1676%2021.0488%2011.1676C24.2128%2011.1676%2025.9366%2013.3701%2025.9366%2016.2805L25.9356%2016.2796ZM21.8638%2018.9206C21.8667%2017.8179%2021.7992%2017.1314%2021.7992%2017.1314C21.2308%2017.1207%2020.137%2017.7226%2020.1331%2019.0626C20.1302%2019.8949%2020.4119%2020.526%2021.0293%2020.5377C21.6368%2020.5494%2021.8618%2019.8385%2021.8638%2018.9206ZM54.2417%2011.5226H49.9262C49.7619%2011.5226%2049.6278%2011.6548%2049.6278%2011.8191L49.6357%2023.1992C49.6357%2023.3625%2049.7687%2023.4957%2049.9341%2023.4957H54.2495C54.4138%2023.4957%2054.5479%2023.3635%2054.5479%2023.1992L54.54%2011.8191C54.54%2011.6558%2054.407%2011.5226%2054.2417%2011.5226ZM66.3358%2017.5106C66.3358%2021.9769%2064.2735%2023.8623%2060.9481%2023.8623C57.6228%2023.8623%2055.5604%2021.9769%2055.5604%2017.5106C55.5604%2013.0444%2057.6228%2011.1589%2060.9481%2011.1589C64.2735%2011.1589%2066.3358%2013.0444%2066.3358%2017.5106ZM62.082%2017.5106C62.082%2015.9198%2061.8198%2014.6488%2060.9481%2014.6488C60.0764%2014.6488%2059.8142%2015.9198%2059.8142%2017.5106C59.8142%2019.1015%2060.0764%2020.3918%2060.9481%2020.3918C61.8198%2020.3918%2062.082%2019.1015%2062.082%2017.5106ZM107.53%2017.5106C107.53%2021.9769%20105.468%2023.8623%20102.143%2023.8623C98.8174%2023.8623%2096.755%2021.9769%2096.755%2017.5106C96.755%2013.0444%2098.8174%2011.1589%20102.143%2011.1589C105.468%2011.1589%20107.53%2013.0444%20107.53%2017.5106ZM103.277%2017.5106C103.277%2015.9198%20103.014%2014.6488%20102.142%2014.6488C101.269%2014.6488%20101.007%2015.9198%20101.007%2017.5106C101.007%2019.1015%20101.269%2020.3918%20102.142%2020.3918C103.014%2020.3918%20103.277%2019.1015%20103.277%2017.5106ZM128.482%2014.6488C128.647%2014.6488%20128.781%2014.5166%20128.781%2014.3523V11.8172C128.781%2011.6538%20128.648%2011.5206%20128.482%2011.5206H125.239V8.51979C125.239%208.35642%20125.106%208.22321%20124.941%208.22321H122.314C122.165%208.22321%20122.038%208.33309%20122.019%208.47992C121.771%2010.3761%20120.819%2011.6548%20119.554%2011.9718C119.42%2012.0049%20119.325%2012.1225%20119.325%2012.2596V14.3513C119.325%2014.5146%20119.458%2014.6479%20119.624%2014.6479H120.315V20.3948C120.315%2022.0148%20121.46%2023.8614%20124.472%2023.8614C126.849%2023.8614%20128.157%2022.9775%20128.603%2022.605C128.715%2022.5107%20128.78%2022.3726%20128.78%2022.2268V19.7384C128.78%2019.5021%20128.516%2019.3621%20128.316%2019.4914C127.877%2019.7792%20127.195%2020.1478%20126.592%2020.1478C125.824%2020.1478%20125.238%2019.8911%20125.238%2018.6085V14.6469H128.481L128.482%2014.6488ZM119.039%2017.5106C119.039%2021.9769%20116.977%2023.8623%20113.652%2023.8623C110.326%2023.8623%20108.264%2021.9769%20108.264%2017.5106C108.264%2013.0444%20110.326%2011.1589%20113.652%2011.1589C116.977%2011.1589%20119.039%2013.0444%20119.039%2017.5106ZM114.786%2017.5106C114.786%2015.9198%20114.523%2014.6488%20113.651%2014.6488C112.778%2014.6488%20112.516%2015.9198%20112.516%2017.5106C112.516%2019.1015%20112.778%2020.3918%20113.651%2020.3918C114.523%2020.3918%20114.786%2019.1015%20114.786%2017.5106ZM75.175%2011.1657C73.3397%2011.1657%2071.8849%2011.9708%2071.157%2013.8165L70.8469%2011.7744C70.8244%2011.6295%2070.6991%2011.5226%2070.5524%2011.5226H67.6702C67.5059%2011.5226%2067.3718%2011.6548%2067.3718%2011.8191V23.1992C67.3718%2023.3625%2067.5049%2023.4957%2067.6702%2023.4957H71.9886C72.1529%2023.4957%2072.287%2023.3635%2072.287%2023.1992L72.2919%2015.6475C72.2919%2014.9444%2072.7693%2014.6488%2073.1841%2014.6488C73.5989%2014.6488%2074.0675%2014.8715%2074.0675%2015.6067V23.1982C74.0675%2023.3616%2074.2006%2023.4948%2074.3659%2023.4948H78.6833C78.8477%2023.4948%2078.9817%2023.3625%2078.9817%2023.1982V14.9989C78.9817%2012.6282%2077.7265%2011.1657%2075.176%2011.1657H75.175ZM97.4271%2012.0652L96.1142%2014.7898C96.034%2014.9551%2095.8207%2015.0125%2095.671%2014.9046C95.447%2014.7422%2095.2494%2014.6498%2094.8307%2014.6488C94.2114%2014.6469%2093.1959%2014.9989%2093.1959%2016.3428V23.1992C93.1959%2023.3625%2093.0628%2023.4957%2092.8975%2023.4957H88.5801C88.4157%2023.4957%2088.2817%2023.3635%2088.2817%2023.1992V11.8182C88.2817%2011.6548%2088.4148%2011.5216%2088.5801%2011.5216H91.4623C91.61%2011.5216%2091.7352%2011.6286%2091.7567%2011.7734L92.0776%2013.8116C92.7957%2011.6373%2094.0568%2011.1657%2095.4304%2011.1657C96.4175%2011.1657%2097.0339%2011.4769%2097.3244%2011.6888C97.4448%2011.7764%2097.4937%2011.931%2097.4281%2012.0652H97.4271ZM92.3066%2016.4876C92.3066%2016.4876%2092.2997%2016.4808%2092.2968%2016.4779V16.4876H92.3066ZM86.8905%2010.1476C87.0881%2010.2643%2087.3347%2010.1204%2087.3347%209.89185V6.90755C87.3347%206.71501%2087.2173%206.53998%2087.0412%206.45927C83.0183%204.6049%2079.6352%205.95265%2079.6352%208.57522C79.6352%2010.6717%2081.9441%2011.5216%2081.9441%2011.5216H80.5989C80.4355%2011.5226%2080.3034%2011.6548%2080.3034%2011.8182V23.1982C80.3034%2023.3616%2080.4365%2023.4948%2080.6018%2023.4948H84.9172C85.0816%2023.4948%2085.2156%2023.3625%2085.2156%2023.1982V14.6479H87.0383C87.2026%2014.6479%2087.3366%2014.5156%2087.3366%2014.3513V11.8182C87.3366%2011.6568%2087.2036%2011.5226%2087.0412%2011.5226C85.9807%2011.5196%2084.2774%2011.1375%2084.2774%2010.1602C84.2774%209.26951%2085.696%209.4426%2086.8925%2010.1476H86.8905Z%22%20class%3D%22transition-%5Bfill%5D%20duration-300%22%20style%3D%22fill%3A%20oklch(0.958%200.007%2098)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.passionfroot.me/_pfweb/images/favicon.ico",
    "ogImage": "https://res.cloudinary.com/passionfroot/image/upload/w_1200,h_630,c_fill/f_jpg/website/og-image",
    "logoHref": "/",
    "logoAlt": "Passionfroot"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'Passionfroot'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get started for free",
      "reasoning": "Button #0 ('Get started for free') has a neutral background color (#43423E) but features action-oriented text that suggests it is the main call-to-action for new users to engage with the service."
    },
    "secondary": {
      "index": 1,
      "text": "Start for free",
      "reasoning": "Button #1 ('Start for free') has a different background color (#FFFFFF) and serves as a secondary option, likely for users who are already familiar with the service."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "creators and marketers"
  },
  "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, links to the homepage, and the alt text matches the brand name 'Passionfroot'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles