# Sendo Brand Identity

A complete profile of **Sendo**'s visual system — colors, typography, components, and personality — extracted from [https://sendo.dev](https://sendo.dev/). Built for designers, agents, and AI tools.

## Color Palette

Brand palette extracted from https://sendo.dev.

- **primary**: #33993D  
  rgb(51, 153, 61)
- **secondary**: #88AECE  
  rgb(136, 174, 206)
- **accent**: #E4E6EA  
  rgb(228, 230, 234)
- **background**: #111111  
  rgb(17, 17, 17)
- **textPrimary**: #111111  
  rgb(17, 17, 17)
- **link**: #872AD2  
  rgb(135, 42, 210)

## Typography

Each font links to its Google Fonts page where available.

- **primary**: Times New Roman  
  [Google Fonts →](https://fonts.google.com/specimen/Times+New+Roman)
- **heading**: Times New Roman  
  [Google Fonts →](https://fonts.google.com/specimen/Times+New+Roman)

## Visual Assets

Logo

Favicon

## UI Components

### Button Primary
- **Background**: #E4E6EA  
- **Text Color**: #232225  
- **Border Radius**: 100px  
- **Shadow**: none

### Button Secondary
- **Background**: #181818  
- **Text Color**: #000000  
- **Border Radius**: 0px  
- **Shadow**: none

## Brand Personality

- **Tone**: professional
- **Energy**: medium
- **Audience**: developers

## Sendo Brand in the Wild

Image: [sendo.dev](https://sendo.dev/static/media/shapes.5ad5edae6bd9b8d4c70c.png)

Image: [sendo.dev](https://sendo.dev/static/media/dashboard_screenshot.7434635fab8933e7faf6.png)

Image: [winno.mintlify.app](https://winno.mintlify.app/mintlify-assets/_next/image?url=%2F_mintlify%2Fapi%2Fog%3Fdivision%3DAPI%2BReference%26title%3DErrors%26description%3DTroubleshoot%2Bproblems%2Bwith%2Bmessage%2Bdeliveries.%26logoLight%3Dhttps%253A%252F%252Fmintcdn.com%252Fwinno%252FtzmbI69cVq0zXOlX%252Flogo%252Flight.png%253Ffit%253Dmax%2526auto%253Dformat%2526n%253DtzmbI69cVq0zXOlX%2526q%253D85%2526s%253Df409898703163a5aacfe9831eb13e54b%26logoDark%3Dhttps%253A%252F%252Fmintcdn.com%252Fwinno%252FtzmbI69cVq0zXOlX%252Flogo%252Fdark.png%253Ffit%253Dmax%2526auto%253Dformat%2526n%253DtzmbI69cVq0zXOlX%2526q%253D85%2526s%253Df376aacbe9796f6858e72819bf223bf4%26primaryColor%3D%252330B2E3%26lightColor%3D%2523EBF7FD%26darkColor%3D%2523222222%26backgroundLight%3D%2523ffffff%26backgroundDark%3D%25230a0a0a&w=1200&q=100)

Image: [sendo.dev](https://sendo.dev/static/media/bluelogo_light.66c5e1bb8d3735edc5ea.png)

Image: [adsota.com](https://adsota.com/images/sendo-img-1.jpg)

Image: [resize.imagekit.co](https://resize.imagekit.co/U9kQiNmEX8ks_QVgN9toXsCHgKiy9QTm26uPxKJclU0/h:300/dpr:2/bg:ffffff/plain/s3://betalist-production/x7pteif925240pfa2zofr9fd2wxr)

## Frequently Asked Questions

1. **What is Sendo's primary brand color?**  
   Sendo's primary brand color is #33993D, anchoring the visual identity across their website, product UI, and marketing materials.

2. **What accent color does Sendo use?**  
   Sendo uses #E4E6EA as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

3. **What font does Sendo use?**  
   Sendo uses Times New Roman as the primary typeface across body and headings.

4. **Does Sendo use a light or dark theme?**  
   Sendo's primary site uses a dark color scheme, with a background of #111111.

5. **Where can I find Sendo's logo?**  
   Sendo's logo is available directly on their site (https://sendo.dev). The current logo URL is included in the machine-readable JSON profile linked above.

6. **How was this brand profile generated?**  
   This profile was extracted from https://sendo.dev using the Firecrawl branding extraction API.

## Methodology

Brand data on this page was extracted from [https://sendo.dev](https://sendo.dev/) on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles.

## Machine-Readable Profile

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

```json
{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Times New Roman",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    },
    {
      "family": "Helvetica",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#33993D",
    "secondary": "#88AECE",
    "accent": "#E4E6EA",
    "background": "#111111",
    "textPrimary": "#111111",
    "link": "#872AD2"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Times New Roman",
      "heading": "Times New Roman"
    },
    "fontStacks": {
      "heading": [
        "bold",
        "Arial",
        "Helvetica",
        "sans-serif"
      ],
      "body": [
        "Times New Roman"
      ],
      "paragraph": [
        "semibold"
      ]
    },
    "fontSizes": {
      "h1": "57px",
      "h2": "32px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#E4E6EA",
      "textColor": "#232225",
      "borderRadius": "100px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#181818",
      "textColor": "#000000",
      "borderRadius": "0px",
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://sendo.dev/static/media/bluelogo_light.66c5e1bb8d3735edc5ea.png",
    "favicon": "https://sendo.dev/favicon.ico",
    "ogImage": null,
    "logoHref": "/",
    "logoAlt": "Sendo logo"
  }
}
```
