Sendo Brand: Colors, Fonts, Logo & Visual Identity
Sendo Brand Identity
A complete profile of Sendo's visual system — colors, typography, components, and personality — extracted from 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 → - heading: Times New Roman
Google Fonts →
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
Image: sendo.dev
Image: winno.mintlify.app
Image: sendo.dev
Image: adsota.com
Image: resize.imagekit.co
Frequently Asked Questions
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.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.What font does Sendo use?
Sendo uses Times New Roman as the primary typeface across body and headings.Does Sendo use a light or dark theme?
Sendo's primary site uses a dark color scheme, with a background of #111111.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.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 on 2026-07-27 using the Firecrawl 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.
{
"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"
}
}