cascade space.json
Cascade Space Brand Identity
A complete profile of Cascade Space's visual system — colors, typography, components, and personality — extracted from https://cascade.space. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #9CA3AF |
| Accent | #E8E4D5 |
| Body Font | Repro |
| Heading Font | Repro |
Color Palette
- primary: #9CA3AF
- secondary: #08180A
- accent: #E8E4D5
- background: #050501
- textPrimary: #050501
- link: #E8E4D5
Typography
- primary: Repro — https://fonts.google.com/specimen/Repro
- heading: Repro — https://fonts.google.com/specimen/Repro
Visual Assets
- Logo:
- Favicon: Favicon
- Social card (og:image):
UI Components
- input: background=transparent, textColor=#FFFFFF, borderColor=#374151, borderRadius=0px, shadow=none
- buttonPrimary: background=#131313, textColor=#000000, borderRadius=8px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: space industry professionals and enthusiasts
Cascade Space Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- The Array - Cascade Space | Cascade Space
- Image:
- Source: Link
- Cascade Space - Beyond Low Earth Orbit
- Image:
- Source: Link
- Cascade Designer - Cascade Space | Cascade Space
- Image:
- Source: Link
- Cascade Designer - Cascade Space | Cascade Space
- Image:
- Source: Link
- Cascade Designer - Cascade Space | Cascade Space
- Image:
- Source: Link
- Cascade Space - Beyond Low Earth Orbit
- Image:
- Source: Link
Working with these fonts
Not found on Google Fonts? Follow these instructions if you have permission to use the fonts:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.
Machine-Readable Profile
{
"colorScheme": "dark",
"fonts": [
{
"family": "Repro",
"role": "unknown"
},
{
"family": "DM Mono",
"role": "monospace"
}
],
"colors": {
"primary": "#9CA3AF",
"secondary": "#08180A",
"accent": "#E8E4D5",
"background": "#050501",
"textPrimary": "#050501",
"link": "#E8E4D5"
},
"typography": {
"fontFamilies": {
"primary": "Repro",
"heading": "Repro"
},
"fontStacks": {
"heading": [
"Repro",
"ui-sans-serif",
"system-ui",
"sans-serif"
],
"body": [
"Repro",
"ui-sans-serif",
"system-ui",
"sans-serif"
],
"paragraph": [
"Repro",
"ui-sans-serif",
"system-ui",
"sans-serif"
]
},
"fontSizes": {
"h1": "64px",
"h2": "56px",
"body": "22px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "8px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#FFFFFF",
"borderColor": "#374151",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#131313",
"textColor": "#000000",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cascade.space/assets/logos/cascade-space--logo-home.svg",
"favicon": "https://cascade.space/favicon.ico?favicon.0q-ou.ter4ets.ico?dpl=dpl_4wjauTjf2eEJv9HydsQEmX9Ft1BC",
"ogImage": "https://cascade.space/assets/images/og-home.jpg",
"logoAlt": "Cascade Space Logo"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "space industry professionals and enthusiasts"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
}
}