Sorted Brand Identity
A complete profile of Sorted's visual system — colors, typography, components, and personality — extracted from https://sorted-lp.webflow.io/. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://sorted-lp.webflow.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 Sorted's actual button styles.
Brand Personality
Sorted Brand in the Wild
Real-world brand assets — ads, campaigns, and marketing materials.
Frequently Asked Questions
What is Sorted's primary brand color?
Sorted's primary brand color is #0000EE. It anchors the visual identity across their website, product UI, and marketing materials.
What font does Sorted use?
Sorted uses Inter for body text and Lexend Deca for headings. Fonts were detected on https://sorted-lp.webflow.io/ as part of their live design system.
Does Sorted use a light or dark theme?
Sorted's primary site uses a dark color scheme, with a background of #1B1B1D.
Where can I find Sorted's logo?
Sorted's logo is available directly on their site (https://sorted-lp.webflow.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://sorted-lp.webflow.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 Sorted.
Methodology
Brand data on this page was extracted from https://sorted-lp.webflow.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 Sorted.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "dark",
"fonts": [
{
"family": "Inter",
"role": "body"
},
{
"family": "Lexend Deca",
"role": "heading"
}
],
"colors": {
"primary": "#0000EE",
"accent": "#0000EE",
"background": "#1B1B1D",
"textPrimary": "#1B1B1D",
"link": "#0000EE"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Lexend Deca"
},
"fontStacks": {
"heading": [
"Arial",
"Helvetica Neue",
"Helvetica",
"sans-serif"
],
"body": [
"Arial",
"Helvetica Neue",
"Helvetica",
"sans-serif"
],
"paragraph": [
"Inter",
"sans-serif"
]
},
"fontSizes": {
"h1": "14px",
"h2": "40px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "0px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#FFFFFF",
"borderColor": "#474649",
"borderRadius": "4px",
"borderRadiusCorners": {
"topLeft": "4px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "4px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#FFFFFF",
"textColor": "#1B1B1D",
"borderRadius": "4px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "4px",
"bottomRight": "4px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FAFAFA",
"textColor": "#1B1B1D",
"borderColor": "#FAFAFA",
"borderRadius": "4px",
"borderRadiusCorners": {
"topLeft": "4px",
"topRight": "4px",
"bottomRight": "4px",
"bottomLeft": "4px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/62f6054191e0228f1d280e09/6398b72d05e43f85245a11ab_t.svg",
"favicon": "https://cdn.prod.website-files.com/62f6054191e0228f1d280e09/62fa575646f4800c678b00e7_black_favicon.png",
"ogImage": "https://cdn.prod.website-files.com/62f6054191e0228f1d280e09/63b5697b55c4814d77c3f628_openGraphImage-p-1080.png",
"logoHref": "/"
},
"__llm_logo_reasoning": {
"selectedIndex": 3,
"reasoning": "Selected #3 because it is visible, located in the header, and links to the homepage, aligning with the brand 'Sorted'.",
"confidence": 0.85,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 1,
"text": "Get early access",
"reasoning": "The button 'Get early access' is likely the primary CTA due to its action-oriented text, which suggests a more immediate and engaging action compared to 'Sign up'."
},
"secondary": {
"index": 0,
"text": "Sign up",
"reasoning": "The button 'Sign up' serves as a secondary action, supporting the primary CTA by offering a related but less urgent action."
},
"confidence": 0.9
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech-savvy individuals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.8,
"overall": 0.8500000000000001
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 3,
"selectedLogoReasoning": "Selected #3 because it is visible, located in the header, and links to the homepage, aligning with the brand 'Sorted'.",
"confidence": 0.85
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
} 