casco.json
Casco Brand Identity
A complete profile of Casco's visual system — colors, typography, components, and personality — extracted from https://casco.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/casco
- Machine-readable JSON: https://characterquilt.com/branding/casco.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #00292B |
| Accent | #002626 |
| Body Font | Satoshi |
| Heading Font | Satoshi |
Color Palette
- primary: #00292B
- secondary: #0DC499
- accent: #002626
- background: #FFFDF6
- textPrimary: #002626
- link: #002626
Typography
- primary: Satoshi — https://fonts.google.com/specimen/Satoshi
- heading: Satoshi — https://fonts.google.com/specimen/Satoshi
Visual Assets
- Logo: https://casco.com/logo-wide.svg
- Favicon: https://casco.com/favicon.ico
- Social card (og:image): https://casco.com/twitter-image.png?607547a4c3740ca2
UI Components
- buttonPrimary: background=#002626, textColor=#FFFDF6, borderRadius=33554400px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#1E1E1E, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: technology companies and developers
Casco Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Autonomous Security Testing for Modern Applications | Casco
- What to Share When Clients Ask for a Pentest Report? | Casco
- Security Blog - Insights on Autonomous Security Testing with Agentic AI | Casco
- Why "Clean" Pentest Reports are a Red Flag | Casco
- Why "Clean" Pentest Reports are a Red Flag | Casco
- Security Blog - Insights on Autonomous Security Testing with Agentic AI | Casco
Working with these fonts
Full machine-readable profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Satoshi",
"role": "body"
}
],
"colors": {
"primary": "#00292B",
"secondary": "#0DC499",
"accent": "#002626",
"background": "#FFFDF6",
"textPrimary": "#002626",
"link": "#002626"
},
"typography": {
"fontFamilies": {
"primary": "Satoshi",
"heading": "Satoshi"
},
"fontStacks": {
"heading": [
"sentient",
"sentient Fallback",
"serif"
],
"body": [
"Satoshi",
"sans-serif"
],
"paragraph": [
"Satoshi",
"sans-serif"
]
},
"fontSizes": {
"h1": "68px",
"h2": "56px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "5px"
},
"components": {
"buttonPrimary": {
"background": "#002626",
"textColor": "#FFFDF6",
"borderRadius": "33554400px",
"borderRadiusCorners": {
"topLeft": "33554400px",
"topRight": "33554400px",
"bottomRight": "33554400px",
"bottomLeft": "33554400px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#1E1E1E",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://casco.com/logo-wide.svg",
"favicon": "https://casco.com/favicon.ico",
"ogImage": "https://casco.com/twitter-image.png?607547a4c3740ca2",
"logoHref": "/",
"logoAlt": "Casco Logo"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "technology companies and developers"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
}
}