Home · Branding · Sett

Sett Brand Identity

A complete profile of Sett's visual system — colors, typography, components, and personality — extracted from https://www.sett.ai/. Built for designers, agents, and AI tools.

Download JSON
Primary
#FFA748
Accent
#FFA748
Body Font
Manrope
Heading
Mars Condensed

Color Palette

Brand palette extracted from https://www.sett.ai/.

primary
#FFA748
rgb(255, 167, 72)
secondary
#F0C6CA
rgb(240, 198, 202)
accent
#FFA748
rgb(255, 167, 72)
background
#FDF8F3
rgb(253, 248, 243)
textPrimary
#302A23
rgb(48, 42, 35)
link
#FFFBD4
rgb(255, 251, 212)

Typography

Each font links to its Google Fonts page where available.

primary
Manrope
heading
Mars Condensed
Mars Condensed Google Fonts →
Mars Condensed, sans-serif
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

Sett logo
Logo
Sett favicon
Favicon
Sett social image
Social Card

UI Components

Live previews rendered using Sett's actual button styles.

buttonPrimary
background #FFA748 textColor #302A23 borderColor #302A23 borderRadius 1000px shadow none
buttonSecondary
background #FDF8F3 textColor #302A23 borderColor #302A23 borderRadius 1000px shadow none

Brand Personality

Tone: modern Energy: high Audience: mobile game developers

Sett Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is Sett's primary brand color?

Sett's primary brand color is #FFA748. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Sett use?

Sett uses Manrope for body text and Mars Condensed for headings. Fonts were detected on https://www.sett.ai/ as part of their live design system.

Does Sett use a light or dark theme?

Sett's primary site uses a light color scheme, with a background of #FDF8F3.

Where can I find Sett's logo?

Sett's logo is available directly on their site (https://www.sett.ai/). 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.sett.ai/ 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 Sett.

Methodology

Brand data on this page was extracted from https://www.sett.ai/ 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 Sett.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Manrope",
      "role": "body"
    },
    {
      "family": "Mars Condensed",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#FFA748",
    "secondary": "#F0C6CA",
    "accent": "#FFA748",
    "background": "#FDF8F3",
    "textPrimary": "#302A23",
    "link": "#FFFBD4"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Manrope",
      "heading": "Mars Condensed"
    },
    "fontStacks": {
      "heading": [
        "Mars Condensed",
        "sans-serif"
      ],
      "body": [
        "Manrope",
        "sans-serif"
      ],
      "paragraph": [
        "Manrope",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "100px",
      "h2": "18px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFA748",
      "textColor": "#302A23",
      "borderColor": "#302A23",
      "borderRadius": "1000px",
      "borderRadiusCorners": {
        "topLeft": "1000px",
        "topRight": "1000px",
        "bottomRight": "1000px",
        "bottomLeft": "1000px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FDF8F3",
      "textColor": "#302A23",
      "borderColor": "#302A23",
      "borderRadius": "1000px",
      "borderRadiusCorners": {
        "topLeft": "1000px",
        "topRight": "1000px",
        "bottomRight": "1000px",
        "bottomLeft": "1000px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.sett.ai/wp-content/uploads/2025/08/sett-logo.svg",
    "favicon": "https://www.sett.ai/wp-content/uploads/2025/08/Favicon-1-150x150.png",
    "ogImage": "https://www.sett.ai/wp-content/uploads/2025/09/Social-Share-image.png",
    "logoHref": "https://www.sett.ai/",
    "logoAlt": "Company logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, medium-sized, and matches the brand name 'Sett' with a source URL that includes 'sett-logo.svg'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Secure your Spot",
      "reasoning": "Button #0 'Secure your Spot' uses the vibrant brand color #FFA748, making it the most prominent and action-oriented CTA on the page."
    },
    "secondary": {
      "index": 1,
      "text": "How it Works",
      "reasoning": "Button #1 'How it Works' has a different background color #FDF8F3, making it suitable as a secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "mobile game developers"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, medium-sized, and matches the brand name 'Sett' with a source URL that includes 'sett-logo.svg'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles