Home · Branding · SellRaze

SellRaze Brand Identity

A complete profile of SellRaze's visual system — colors, typography, components, and personality — extracted from https://sellraze.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#020617
Accent
#076AFF
Body Font
Segoe UI
Heading
Segoe UI

Color Palette

Brand palette extracted from https://sellraze.com.

primary
#020617
rgb(2, 6, 23)
secondary
#076AFF
rgb(7, 106, 255)
accent
#076AFF
rgb(7, 106, 255)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#0F172A
rgb(15, 23, 42)
link
#0F172A
rgb(15, 23, 42)

Typography

Each font links to its Google Fonts page where available.

primary
Segoe UI
heading
Segoe UI
SF Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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

SellRaze logo
Logo
SellRaze social image
Social Card

UI Components

Live previews rendered using SellRaze's actual button styles.

buttonPrimary
background #076AFF textColor #FFFFFF borderRadius 18px shadow none
buttonSecondary
background #F7F7F8 textColor #FFFFFF borderColor #93C5FD borderRadius 18px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.2) 0px 4px 15px 0px

Brand Personality

Tone: modern Energy: high Audience: tech-savvy individuals looking to sell items quickly

SellRaze Brand in the Wild

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

Frequently Asked Questions

What is SellRaze's primary brand color?

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

What accent color does SellRaze use?

SellRaze uses #076AFF as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does SellRaze use?

SellRaze uses Segoe UI as the primary typeface across body and headings.

Does SellRaze use a light or dark theme?

SellRaze's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find SellRaze's logo?

SellRaze's logo is available directly on their site (https://sellraze.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://sellraze.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 SellRaze.

Methodology

Brand data on this page was extracted from https://sellraze.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 SellRaze.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Segoe UI",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "SF Pro",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#020617",
    "secondary": "#076AFF",
    "accent": "#076AFF",
    "background": "#FFFFFF",
    "textPrimary": "#0F172A",
    "link": "#0F172A"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Segoe UI",
      "heading": "Segoe UI"
    },
    "fontStacks": {
      "heading": [
        "SF Pro",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "body": [
        "SF Pro",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "paragraph": [
        "SFPro-Regular",
        "SFPro-Medium",
        "SFPro-Semibold",
        "SFPro-Bold",
        "SFPro-Black",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "60px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#076AFF",
      "textColor": "#FFFFFF",
      "borderRadius": "18px",
      "borderRadiusCorners": {
        "topLeft": "18px",
        "topRight": "18px",
        "bottomRight": "18px",
        "bottomLeft": "18px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F7F7F8",
      "textColor": "#FFFFFF",
      "borderColor": "#93C5FD",
      "borderRadius": "18px",
      "borderRadiusCorners": {
        "topLeft": "18px",
        "topRight": "18px",
        "bottomRight": "18px",
        "bottomLeft": "18px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.2) 0px 4px 15px 0px"
    }
  },
  "images": {
    "logo": "https://www.sellraze.com/sellraze_mark.svg",
    "favicon": null,
    "ogImage": "https://sellraze.com/assets/sellraze_embed.png",
    "logoHref": "/",
    "logoAlt": "Sellraze landing page"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, matching the brand name 'SellRaze'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get SellRaze free",
      "reasoning": "Button #0 has a vibrant blue background (#076AFF) which is the brand color, and the text 'Get SellRaze free' is action-oriented, making it the primary CTA."
    },
    "secondary": {
      "index": 1,
      "text": "Try SellRaze now",
      "reasoning": "Button #1 has a different background color (#F7F7F8) and the text 'Try SellRaze now', which complements the primary CTA as a secondary option."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "tech-savvy individuals looking to sell items quickly"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, matching the brand name 'SellRaze'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles