Storyline Brand Identity
A complete profile of Storyline's visual system — colors, typography, components, and personality — extracted from https://www.producthunt.com/posts/storyline-7. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://www.producthunt.com/posts/storyline-7.
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 Storyline's actual button styles.
Brand Personality
Storyline Brand in the Wild
Real-world brand assets — ads, campaigns, and marketing materials.
Frequently Asked Questions
What is Storyline's primary brand color?
Storyline's primary brand color is #344054. It anchors the visual identity across their website, product UI, and marketing materials.
What accent color does Storyline use?
Storyline uses #FF6154 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
What font does Storyline use?
Storyline uses Segoe UI as the primary typeface across body and headings.
Does Storyline use a light or dark theme?
Storyline's primary site uses a light color scheme, with a background of #FFFFFF.
Where can I find Storyline's logo?
Storyline's logo is available directly on their site (https://www.producthunt.com/posts/storyline-7). 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.producthunt.com/posts/storyline-7 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 Storyline.
Methodology
Brand data on this page was extracted from https://www.producthunt.com/posts/storyline-7 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 Storyline.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "light",
"fonts": [
{
"family": "Segoe UI",
"role": "body"
},
{
"family": "Helvetica",
"role": "body"
},
{
"family": "Arial",
"role": "body"
}
],
"colors": {
"primary": "#344054",
"secondary": "#475467",
"accent": "#FF6154",
"background": "#FFFFFF",
"textPrimary": "#000000",
"link": "#FF6154"
},
"typography": {
"fontFamilies": {
"primary": "Segoe UI",
"heading": "Segoe UI"
},
"fontStacks": {
"heading": [
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Helvetica",
"Arial",
"sans-serif",
"Apple Color Emoji"
],
"body": [
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Helvetica",
"Arial",
"sans-serif",
"Apple Color Emoji"
],
"paragraph": [
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Helvetica",
"Arial",
"sans-serif",
"Apple Color Emoji"
]
},
"fontSizes": {
"h1": "24px",
"h2": "18px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {
"input": {
"background": "#F2F4F7",
"textColor": "#4B587C",
"borderColor": null,
"borderRadius": "9999px",
"borderRadiusCorners": {
"topLeft": "9999px",
"topRight": "9999px",
"bottomRight": "9999px",
"bottomLeft": "9999px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#FF6154",
"textColor": "#FFFFFF",
"borderRadius": "9999px",
"borderRadiusCorners": {
"topLeft": "9999px",
"topRight": "9999px",
"bottomRight": "9999px",
"bottomLeft": "9999px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#344054",
"borderColor": "#EAECF0",
"borderRadius": "9999px",
"borderRadiusCorners": {
"topLeft": "9999px",
"topRight": "9999px",
"bottomRight": "9999px",
"bottomLeft": "9999px"
},
"shadow": "none"
}
},
"images": {
"logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20class%3D%22size-10%20dark%3Ahidden%22%20data-fc-idx%3D%220%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cpath%20fill%3D%22%23FF6154%22%20d%3D%22M40%2020c0%2011.046-8.954%2020-20%2020S0%2031.046%200%2020%208.954%200%2020%200s20%208.954%2020%2020%22%20style%3D%22fill%3A%20rgb(255%2C%2097%2C%2084)%20!important%3B%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M22.667%2020H17v-6h5.667a3%203%200%200%201%200%206m0-10H13v20h4v-6h5.667a7%207%200%201%200%200-14%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E",
"favicon": "https://ph-static.imgix.net/ph-favicon-brand-500.ico",
"ogImage": "https://ph-files.imgix.net/94d43aae-8fde-498e-9599-41e270d37006.png?auto=format&fit=crop&frame=1&h=512&w=1024",
"logoHref": "/"
},
"__llm_logo_reasoning": {
"selectedIndex": 1,
"reasoning": "Selected #1 because it is visible, located in the header, and links to the homepage, which are strong indicators of being the main brand logo for Product Hunt.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 1,
"text": "Sign in",
"reasoning": "Button #1 has a vibrant background color (#FF6154) which is the accent color, making it stand out as the primary call-to-action. The text 'Sign in' is action-oriented, further supporting its role as the primary button."
},
"secondary": {
"index": 0,
"text": "Subscribe",
"reasoning": "Button #0 has a different background color (#FFFFFF) and serves a secondary function with the text 'Subscribe', which is less urgent than 'Sign in'."
},
"confidence": 0.95
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech-savvy professionals and entrepreneurs"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 1,
"selectedLogoReasoning": "Selected #1 because it is visible, located in the header, and links to the homepage, which are strong indicators of being the main brand logo for Product Hunt.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
} 