Autumn Labs Brand Identity
A complete profile of Autumn Labs's visual system — colors, typography, components, and personality — extracted from https://www.autumnlabs.io/. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://www.autumnlabs.io/.
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 Autumn Labs's actual button styles.
Brand Personality
Autumn Labs Brand in the Wild
Real-world brand assets — ads, campaigns, and marketing materials.
Frequently Asked Questions
What is Autumn Labs's primary brand color?
Autumn Labs's primary brand color is #0000EE. It anchors the visual identity across their website, product UI, and marketing materials.
What accent color does Autumn Labs use?
Autumn Labs uses #3B7CFF as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
What font does Autumn Labs use?
Autumn Labs uses Inter for body text and Instrument Sans for headings. Fonts were detected on https://www.autumnlabs.io/ as part of their live design system.
Does Autumn Labs use a light or dark theme?
Autumn Labs's primary site uses a light color scheme, with a background of #F5F5F5.
Where can I find Autumn Labs's logo?
Autumn Labs's logo is available directly on their site (https://www.autumnlabs.io/). 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.autumnlabs.io/ 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 Autumn Labs.
Methodology
Brand data on this page was extracted from https://www.autumnlabs.io/ 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 Autumn Labs.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "light",
"fonts": [
{
"family": "Inter",
"role": "body"
},
{
"family": "Instrument Sans",
"role": "heading"
},
{
"family": "Poppins",
"role": "unknown"
}
],
"colors": {
"primary": "#0000EE",
"secondary": "#FEE08B",
"accent": "#3B7CFF",
"background": "#F5F5F5",
"textPrimary": "#000000",
"link": "#EE6760"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Instrument Sans"
},
"fontStacks": {
"heading": [
"Instrument Sans",
"sans-serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"Instrument Sans",
"sans-serif"
]
},
"fontSizes": {
"h1": "56px",
"h2": "36px",
"body": "17px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "8px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#121218",
"borderColor": null,
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#3B7CFF",
"textColor": "#000000",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "rgb(34, 210, 237) 0px -1px 0px 0px, rgb(3, 106, 161) 0px 1px 0px 0px, rgba(6, 148, 227, 0.5) 0px 12px 18px -6px"
}
},
"images": {
"logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22width%3A100%25%3Bheight%3A100%25%3B%22%20data-fc-idx%3D%220%22%3E%3Csvg%20viewBox%3D%220%200%2022%2010%22%20id%3D%22svg9362035533%22%3E%3Cpath%20d%3D%22M%200%204.798%20C%200%204.666%200.028%204.594%200.07%204.478%20C%200.109%204.366%200.234%204.119%200.318%203.984%20C%200.39%203.867%200.48%203.761%200.556%203.644%20C%200.69%203.439%200.887%203.145%201.024%202.961%20C%201.873%201.825%202.985%200.871%204.682%200.871%20C%207.187%200.871%208.42%202.95%209.407%204.619%20C%209.477%204.736%2011.187%207.451%2012.418%209.405%20C%2012.406%209.406%2012.393%209.406%2012.379%209.406%20C%209.877%209.406%208.643%207.329%207.657%205.659%20C%207.549%205.478%207.445%205.303%207.342%205.139%20C%206.486%203.737%205.804%202.908%204.682%202.908%20C%203.651%202.908%202.991%203.613%202.224%204.82%20C%202.123%204.977%202.022%205.152%201.935%205.318%20C%201.758%205.653%201.434%205.875%201.04%205.875%20C%200.581%205.875%200.192%205.567%200.054%205.139%20C%200.02%205.031%200%204.917%200%204.798%20Z%22%20fill%3D%22var(--token-43a4e80e-77fe-43cd-af35-5b873236cc9d%2C%20rgb(245%2C%20245%2C%20245))%20%2F*%20%7B%26quot%3Bname%26quot%3B%3A%26quot%3BBackground%26quot%3B%7D%20*%2F%22%2F%3E%3Cpath%20d%3D%22M%2021.998%205.479%20C%2021.998%205.611%2021.97%205.684%2021.928%205.799%20C%2021.889%205.911%2021.764%206.159%2021.68%206.293%20C%2021.608%206.41%2021.518%206.516%2021.442%206.633%20C%2021.308%206.838%2021.111%207.133%2020.974%207.317%20C%2020.125%208.452%2019.013%209.406%2017.316%209.406%20C%2014.811%209.406%2013.578%207.328%2012.591%205.658%20C%2012.521%205.541%2010.811%202.826%209.58%200.872%20C%209.592%200.871%209.606%200.871%209.619%200.871%20C%2012.121%200.871%2013.355%202.948%2014.341%204.618%20C%2014.449%204.8%2014.553%204.975%2014.656%205.139%20C%2015.512%206.541%2016.194%207.369%2017.316%207.369%20C%2018.347%207.369%2019.007%206.664%2019.774%205.458%20C%2019.875%205.3%2019.976%205.125%2020.063%204.96%20C%2020.24%204.625%2020.564%204.403%2020.958%204.403%20C%2021.417%204.403%2021.806%204.711%2021.944%205.139%20C%2021.978%205.246%2021.998%205.361%2021.998%205.479%20Z%22%20fill%3D%22var(--token-43a4e80e-77fe-43cd-af35-5b873236cc9d%2C%20rgb(245%2C%20245%2C%20245))%20%2F*%20%7B%26quot%3Bname%26quot%3B%3A%26quot%3BBackground%26quot%3B%7D%20*%2F%22%2F%3E%3C%2Fsvg%3E%3C%2Fsvg%3E",
"favicon": "https://framerusercontent.com/images/3d6ypr0gtrfm7uu9qo7nhjiwqx8.png",
"ogImage": "https://framerusercontent.com/assets/lIMtCTSaLzqi0FPRysKFA2iUgEE.png",
"logoHref": "./"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of a primary brand logo.",
"confidence": 0.85,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Subscribe",
"reasoning": "The button with text 'Subscribe' has a vibrant blue background (#3B7CFF), which is a strong indicator of a primary call-to-action due to its prominence and action-oriented text."
},
"secondary": {
"index": -1,
"text": "N/A",
"reasoning": "There is only one button detected, so no secondary button is available with a different background color."
},
"confidence": 0.9
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech-savvy professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.95,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of a primary brand logo.",
"confidence": 0.85
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
} 