Home · Branding · Chili Piper

Chili Piper Brand Identity

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

Download JSON
Primary
#475070
Accent
#FF5721
Body Font
Calibre
Heading
Recoleta

Color Palette

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

primary
#475070
rgb(71, 80, 112)
secondary
#131624
rgb(19, 22, 36)
accent
#FF5721
rgb(255, 87, 33)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#FF5721
rgb(255, 87, 33)
link
#FF5721
rgb(255, 87, 33)

Typography

Each font links to its Google Fonts page where available.

primary
Calibre
heading
Recoleta
Recoleta, 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

Chili Piper logo
Logo
Chili Piper favicon
Favicon
Chili Piper social image
Social Card

UI Components

Live previews rendered using Chili Piper's actual button styles.

input
background transparent textColor #333333 borderColor null borderRadius 16px shadow none
buttonPrimary
background #FF5721 textColor #FFFFFF borderColor #FF5721 borderRadius 8px shadow none
buttonSecondary
background #FFFFFF textColor #FFFFFF borderColor #FFFFFF borderRadius 8px shadow none

Brand Personality

Tone: modern Energy: high Audience: business professionals seeking AI solutions

Chili Piper Brand in the Wild

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

Frequently Asked Questions

What is Chili Piper's primary brand color?

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

What accent color does Chili Piper use?

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

What font does Chili Piper use?

Chili Piper uses Calibre for body text and Recoleta for headings. Fonts were detected on https://www.chilipiper.com/?ref=startups.gallery as part of their live design system.

Does Chili Piper use a light or dark theme?

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

Where can I find Chili Piper's logo?

Chili Piper's logo is available directly on their site (https://www.chilipiper.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://www.chilipiper.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 Chili Piper.

Methodology

Brand data on this page was extracted from https://www.chilipiper.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 Chili Piper.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Calibre",
      "role": "body"
    },
    {
      "family": "Recoleta",
      "role": "heading"
    },
    {
      "family": "Source Code Pro",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#475070",
    "secondary": "#131624",
    "accent": "#FF5721",
    "background": "#FFFFFF",
    "textPrimary": "#FF5721",
    "link": "#FF5721"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Calibre",
      "heading": "Recoleta"
    },
    "fontStacks": {
      "heading": [
        "Recoleta",
        "sans-serif"
      ],
      "body": [
        "Courier New",
        "monospace"
      ],
      "paragraph": [
        "Recoleta",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "73px",
      "h2": "64px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "16px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#333333",
      "borderColor": null,
      "borderRadius": "16px",
      "borderRadiusCorners": {
        "topLeft": "16px",
        "topRight": "16px",
        "bottomRight": "16px",
        "bottomLeft": "16px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FF5721",
      "textColor": "#FFFFFF",
      "borderColor": "#FF5721",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "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%20360%20360%22%20fill%3D%22none%22%20class%3D%22image%20header-logo%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M312.483%20101.757C316.024%20103.52%20320.382%20102.525%20322.359%2099.0998C324.278%2095.7739%20323.124%2091.5681%20319.837%2089.5822C315.822%2087.1564%20311.671%2084.9338%20307.398%2082.928C303.539%2081.1164%20301.595%2076.6792%20302.877%2072.6134C309.611%2051.2588%20310.932%2028.2981%20306.764%206.3135C305.656%200.471175%20298.581%20-1.32274%20294.819%203.28274C293.794%204.53682%20292.792%205.80978%20291.812%207.10112C290.87%208.34411%20290.358%209.85479%20290.273%2011.4125C289.173%2031.5118%20283.685%2050.442%20274.756%2067.2633C273.235%2070.1282%20270.024%2071.5995%20266.805%2071.1994C259.575%2070.3009%20252.273%2069.9815%20244.992%2070.2433C242.954%2070.3166%20241.21%2071.6972%20240.497%2073.6075C239.296%2076.8218%20241.343%2080.443%20244.743%2080.9073C268.263%2084.1188%20291.236%2091.1771%20312.483%20101.757Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%2087%2C%2033)%20!important%3B%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M233.245%20189.097C230.397%20193.457%20232.353%20199.39%20237.351%20200.856C255.646%20206.221%20274.262%20209.475%20292.871%20210.703C300.922%20211.235%20308.545%20207.159%20312.698%20200.242C317.891%20191.593%20322.726%20182.705%20327.179%20173.597C330.346%20167.126%20333.32%20160.546%20336.096%20153.862C339.378%20145.962%20336.769%20136.846%20329.661%20132.085C295.706%20109.339%20256.163%2096.5498%20214.885%2095.2595C205.55%2094.9676%20197.84%20102.004%20195.99%20111.158C195.499%20113.586%20194.984%20116.005%20194.444%20118.415C194.414%20118.545%20194.385%20118.676%20194.356%20118.806L194.355%20118.812C194.296%20119.072%20194.238%20119.332%20194.177%20119.592C194.014%20120.315%20193.847%20121.04%20193.677%20121.763C192.666%20126.073%20191.58%20130.355%20190.41%20134.603C187.281%20146.017%20183.594%20157.205%20179.38%20168.13C177.99%20171.733%20179.345%20175.847%20182.708%20177.745C188.329%20180.918%20194.066%20183.886%20199.905%20186.636C203.723%20188.435%20208.248%20186.741%20209.973%20182.889C212.628%20176.959%20215.11%20170.951%20217.41%20164.87C220.674%20156.235%20223.577%20147.457%20226.094%20138.543C227.513%20133.521%20228.814%20128.457%20229.983%20123.355C230.476%20121.256%20232.363%20119.764%20234.517%20119.871C234.969%20119.894%20235.419%20119.918%20235.869%20119.944C244.778%20120.451%20251.729%20120.911%20260.132%20125.311C262.603%20126.605%20263.568%20129.589%20262.555%20132.187C254.49%20152.869%20245.018%20171.075%20233.245%20189.097Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%2087%2C%2033)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M188.34%20207.459C192.519%20209.541%20194.14%20214.741%20191.633%20218.678C183.76%20231.04%20175.104%20242.903%20165.771%20254.202C163.156%20257.368%20167.265%20261.894%20170.365%20259.2C183.689%20247.621%20196.225%20235.134%20207.813%20221.818C209.997%20219.308%20213.506%20218.407%20216.638%20219.529C236.148%20226.514%20256.13%20231.019%20276.177%20233.153C281.333%20233.702%20283.961%20239.769%20280.547%20243.672C265.511%20260.862%20248.845%20276.586%20230.788%20290.606C223.348%20296.383%20213.886%20298.967%20204.588%20297.455C177.957%20293.124%20152.12%20283.969%20128.744%20270.489C124.594%20268.095%20123.791%20262.523%20126.845%20258.831C128.405%20256.946%20129.945%20255.044%20131.466%20253.126C143.771%20237.614%20154.771%20221.078%20164.326%20203.739C166.514%20199.769%20171.564%20198.37%20175.504%20200.613C179.718%20203.012%20183.999%20205.296%20188.34%20207.459Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%2087%2C%2033)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M112.223%20287.161C109.106%20285.113%20104.979%20285.424%20102.238%20287.954C87.8144%20301.268%2072.3039%20313.4%2055.8875%20324.166C46.8812%20330.076%2037.6043%20335.574%2028.0962%20340.639C18.9662%20345.502%2021.5548%20359.624%2031.8951%20359.32C68.5731%20358.242%20105.076%20351.54%20139.698%20339.317C147.507%20336.558%20155.189%20333.536%20162.738%20330.259C167.322%20328.269%20171.856%20326.186%20176.338%20324.01C180.027%20322.22%20179.344%20316.78%20175.391%20315.691C153.02%20309.527%20131.624%20299.902%20112.223%20287.161Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%2087%2C%2033)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://cdn.prod.website-files.com/61c9fe00acd90d7271f7014e/63d787acdbdc86179f01ed1a_Favicon%20(1).png",
    "ogImage": "https://cdn.prod.website-files.com/61c9fe00acd90d7271f7014e/63d3ced9ad95e57120cd4d8b_Website-Default-Thumnail.jpg",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Chili Piper'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book a demo",
      "reasoning": "Button #0 is selected as the primary CTA because it uses the vibrant brand color #FF5721, which is consistent with the site's accent color, and has action-oriented text 'Book a demo'."
    },
    "secondary": {
      "index": 3,
      "text": "Learn more",
      "reasoning": "Button #3 is selected as the secondary CTA because it has a different background color (#FFFFFF) and offers a less immediate action with the text 'Learn more'."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "business professionals seeking AI solutions"
  },
  "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, links to the homepage, and matches the brand name 'Chili Piper'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles