Plenful Brand Identity
A complete profile of Plenful's visual system — colors, typography, components, and personality — extracted from https://www.plenful.com/. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://www.plenful.com/.
Typography
Each font links to its Google Fonts page where available.
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


UI Components
Live previews rendered using Plenful's actual button styles.
Brand Personality
Plenful Brand in the Wild
Real-world brand assets — ads, campaigns, and marketing materials.
Frequently Asked Questions
What is Plenful's primary brand color?
Plenful's primary brand color is #004841. It anchors the visual identity across their website, product UI, and marketing materials.
What font does Plenful use?
Plenful uses Host Grotesk as the primary typeface across body and headings.
Does Plenful use a light or dark theme?
Plenful's primary site uses a light color scheme, with a background of #FFFFFF.
Where can I find Plenful's logo?
Plenful's logo is available directly on their site (https://www.plenful.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://www.plenful.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 Plenful.
Methodology
Brand data on this page was extracted from https://www.plenful.com/ 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 Plenful.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "light",
"fonts": [
{
"family": "Host Grotesk",
"role": "body"
},
{
"family": "Arial",
"role": "body"
}
],
"colors": {
"primary": "#004841",
"secondary": "#E8F7FC",
"accent": "#004841",
"background": "#FFFFFF",
"textPrimary": "#002D2A",
"link": "#002D2A"
},
"typography": {
"fontFamilies": {
"primary": "Host Grotesk",
"heading": "Host Grotesk"
},
"fontStacks": {
"heading": [
"Host Grotesk",
"Arial",
"sans-serif"
],
"body": [
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Oxygen",
"Ubuntu",
"Cantarell",
"Fira Sans",
"Droid Sans",
"Helvetica Neue",
"sans-serif"
],
"paragraph": [
"Host Grotesk",
"Arial",
"sans-serif"
]
},
"fontSizes": {
"h1": "54px",
"h2": "36px",
"body": "22.5px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "9px"
},
"components": {
"buttonPrimary": {
"background": "#004841",
"textColor": "#FFFFFF",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#E8F7FC",
"textColor": "#004841",
"borderRadius": "100px",
"borderRadiusCorners": {
"topLeft": "100px",
"topRight": "100px",
"bottomRight": "100px",
"bottomLeft": "100px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/660fbd6612719d1bb9190fb2/68e92e05332be8f6ac9ad2d0_Group%20155.png",
"favicon": "https://cdn.prod.website-files.com/660fbd6612719d1bb9190fb2/67ef08c3a2e1206a0f91d01e_Frame%2030.png",
"ogImage": "https://cdn.prod.website-files.com/660fbd6612719d1bb9190fb2/681a3459e6ae122308ed4ef6_plenful_share_image.png",
"logoHref": "/",
"logoAlt": "Logo"
},
"__llm_logo_reasoning": {
"selectedIndex": 2,
"reasoning": "Selected #2 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "GET a Demo",
"reasoning": "Button #0 with text 'GET a Demo' uses the vibrant brand color #004841, making it the most prominent call-to-action on the page."
},
"secondary": {
"index": 3,
"text": "Explore Solutions",
"reasoning": "Button #3 with text 'Explore Solutions' uses a different color group (#E8F7FC) and serves as a secondary action, inviting users to explore more options."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "healthcare professionals"
},
"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": 2,
"selectedLogoReasoning": "Selected #2 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
} 