Flower Computer Co. Brand Identity
A complete profile of Flower Computer Co.'s visual system — colors, typography, components, and personality — extracted from https://www.flowercomputer.com/. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://www.flowercomputer.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 Flower Computer Co.'s actual button styles.
Brand Personality
Flower Computer Co. Brand in the Wild
Real-world brand assets — ads, campaigns, and marketing materials.
Frequently Asked Questions
What is Flower Computer Co.'s primary brand color?
Flower Computer Co.'s primary brand color is #000000. It anchors the visual identity across their website, product UI, and marketing materials.
What accent color does Flower Computer Co. use?
Flower Computer Co. uses #1B1B1B as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
What font does Flower Computer Co. use?
Flower Computer Co. uses Diatype as the primary typeface across body and headings.
Does Flower Computer Co. use a light or dark theme?
Flower Computer Co.'s primary site uses a light color scheme, with a background of #E4EADC.
Where can I find Flower Computer Co.'s logo?
Flower Computer Co.'s logo is available directly on their site (https://www.flowercomputer.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.flowercomputer.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 Flower Computer Co..
Methodology
Brand data on this page was extracted from https://www.flowercomputer.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 Flower Computer Co..
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "light",
"fonts": [
{
"family": "Diatype",
"role": "unknown"
}
],
"colors": {
"primary": "#000000",
"accent": "#1B1B1B",
"background": "#E4EADC",
"textPrimary": "#1B1B1B",
"link": "#000000"
},
"typography": {
"fontFamilies": {
"primary": "Diatype",
"heading": "Diatype"
},
"fontStacks": {
"heading": [
"Diatype",
"system-ui",
"sans-serif"
],
"body": [
"Diatype",
"system-ui",
"sans-serif"
],
"paragraph": [
"Diatype",
"system-ui",
"sans-serif"
]
},
"fontSizes": {
"h1": "17.76px",
"h2": "17.76px",
"body": "17.76px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#1B1B1B",
"borderColor": "#B8BCB2",
"borderRadius": "15px",
"borderRadiusCorners": {
"topLeft": "15px",
"topRight": "15px",
"bottomRight": "15px",
"bottomLeft": "15px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#1B1B1B",
"textColor": "#E4EADC",
"borderColor": "#1B1B1B",
"borderRadius": "15px",
"borderRadiusCorners": {
"topLeft": "15px",
"topRight": "15px",
"bottomRight": "15px",
"bottomLeft": "15px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#E4EADC",
"textColor": "#1B1B1B",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2089%2089%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22spin%22%20data-flower-spin%3D%22true%22%20role%3D%22img%22%20aria-labelledby%3D%22flowerIconTitle%22%20style%3D%22--spin-delay%3A%20-0.129s%3B%22%20data-fc-idx%3D%220%22%3E%20%3Ctitle%20id%3D%22flowerIconTitle%22%20style%3D%22fill%3A%20none%20!important%3B%22%3EFlower%20Logomark%3C%2Ftitle%3E%20%3Cstyle%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%20%20%20%20%3Aroot%20%7B%0A%20%20%20%20%20%20--fill-color%3A%20%23000000%3B%0A%20%20%20%20%7D%0A%20%20%20%20%40media%20(prefers-color-scheme%3A%20dark)%20%7B%0A%20%20%20%20%20%20%3Aroot%20%7B%0A%20%20%20%20%20%20%20%20--fill-color%3A%20%23ffffff%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%20%20%40keyframes%20spin%20%7B%0A%20%20%20%20%20%20from%20%7B%0A%20%20%20%20%20%20%20%20transform%3A%20rotate(0deg)%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20to%20%7B%0A%20%20%20%20%20%20%20%20transform%3A%20rotate(360deg)%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%20%20.spin%20%7B%0A%20%20%20%20%20%20animation%3A%20spin%20infinite%2060s%20linear%3B%0A%20%20%20%20%20%20animation-delay%3A%20var(--spin-delay%2C%200s)%3B%0A%20%20%20%20%20%20transform-origin%3A%2050%25%2050%25%3B%0A%20%20%20%20%7D%0A%20%20%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M28.9745%2013.1346C33.123%20-3.61128%2055.5599%20-3.61128%2059.7084%2013.1346C75.1305%206.00205%2089.6739%2024.6039%2079.4248%2038.3532C94.5074%2046.2049%2089.3169%2068.4903%2072.3881%2068.8894C75.7737%2085.8129%2055.2023%2095.6808%2044.3414%2082.4292C33.4806%2095.6808%2012.9092%2085.8129%2016.2948%2068.8894C-0.634074%2068.4903%20-5.82455%2046.2049%209.25804%2038.3532C-0.991011%2024.6039%2013.5524%206.00205%2028.9745%2013.1346Z%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%20%3C%2Fsvg%3E",
"favicon": "https://www.flowercomputer.com/favicon.ico",
"ogImage": "https://www.flowercomputer.com/og.png",
"logoHref": "/",
"logoAlt": "Flower Logomark"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand 'Flower Computer Co.'",
"confidence": 0.95,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 1,
"text": "Get Updates",
"reasoning": "Button #1 has a more prominent and contrasting color scheme with a dark background (#1B1B1B) and light text, making it stand out as the primary call-to-action."
},
"secondary": {
"index": 0,
"text": "Email address Get Updates",
"reasoning": "Button #0 has a lighter background color (#E4EADC) and less contrast, making it suitable as a secondary option."
},
"confidence": 0.9
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech-savvy individuals"
},
"designSystem": {
"framework": "custom",
"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 'Flower Computer Co.'",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
} 