Home · Branding · Sendoso

Sendoso Brand Identity

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

Download JSON
Primary
#0B0D25
Accent
#4DA7B1
Body Font
Bricolage Grotesque
Heading
Bricolage Grotesque

Color Palette

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

primary
#0B0D25
rgb(11, 13, 37)
secondary
#012C30
rgb(1, 44, 48)
accent
#4DA7B1
rgb(77, 167, 177)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#4DA7B1
rgb(77, 167, 177)
link
#4DA7B1
rgb(77, 167, 177)

Typography

Each font links to its Google Fonts page where available.

primary
Bricolage Grotesque
Bricolage Grotesque Google Fonts →
heading
Bricolage Grotesque
Bricolage Grotesque Google Fonts →
Bricolage Grotesque, 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

Sendoso logo
Logo
Sendoso favicon
Favicon
Sendoso social image
Social Card

UI Components

Live previews rendered using Sendoso's actual button styles.

buttonPrimary
background #012C30 textColor #FFFFFF borderColor #4DA7B1 borderRadius 15984px shadow none
buttonSecondary
background transparent textColor #1B4250 borderColor #1B4250 borderRadius 15984px shadow none

Brand Personality

Tone: professional Energy: medium Audience: business professionals

Sendoso Brand in the Wild

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

Frequently Asked Questions

What is Sendoso's primary brand color?

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

What accent color does Sendoso use?

Sendoso uses #4DA7B1 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Sendoso use?

Sendoso uses Bricolage Grotesque as the primary typeface across body and headings.

Does Sendoso use a light or dark theme?

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

Where can I find Sendoso's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Bricolage Grotesque",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#0B0D25",
    "secondary": "#012C30",
    "accent": "#4DA7B1",
    "background": "#FFFFFF",
    "textPrimary": "#4DA7B1",
    "link": "#4DA7B1"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Bricolage Grotesque",
      "heading": "Bricolage Grotesque"
    },
    "fontStacks": {
      "heading": [
        "Bricolage Grotesque",
        "sans-serif"
      ],
      "body": [
        "Bricolage Grotesque",
        "sans-serif"
      ],
      "paragraph": [
        "Bricolage Grotesque",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "40px",
      "h2": "20px",
      "body": "12px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#012C30",
      "textColor": "#FFFFFF",
      "borderColor": "#4DA7B1",
      "borderRadius": "15984px",
      "borderRadiusCorners": {
        "topLeft": "15984px",
        "topRight": "15984px",
        "bottomRight": "15984px",
        "bottomLeft": "15984px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#1B4250",
      "borderColor": "#1B4250",
      "borderRadius": "15984px",
      "borderRadiusCorners": {
        "topLeft": "15984px",
        "topRight": "15984px",
        "bottomRight": "15984px",
        "bottomLeft": "15984px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/651ad5ceeba626e1de2f2ce8/651c92a16a856b0f0d5656ca_SendosoLogo_RGB.svg",
    "favicon": "https://cdn.prod.website-files.com/651ad5ceeba626e1de2f2ce8/651add466080249ae395545d_favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/651ad5ceeba626e1de2f2ce8/673ce7f87f706bd22405349e_Sendoso%20-%20The%20Leading%20Gifting%20%26%20Direct%20Mail%20Platform.png",
    "logoHref": "/",
    "logoAlt": "Sendoso Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 7,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and has alt text matching the brand name 'Sendoso'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book a Demo",
      "reasoning": "Button #0 ('Book a Demo') is the primary CTA due to its action-oriented text and use of a dark, prominent background color (#012C30), which aligns with the brand's accent color."
    },
    "secondary": {
      "index": 2,
      "text": "Take a Tour",
      "reasoning": "Button #2 ('Take a Tour') is selected as the secondary CTA because it has a transparent background, providing a clear visual distinction from the primary button's dark background."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals"
  },
  "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, located in the header, links to the homepage, and has alt text matching the brand name 'Sendoso'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles