stackblitz.json
StackBlitz Brand Identity
A complete profile of StackBlitz's visual system — colors, typography, components, and personality — extracted from https://stackblitz.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/stackblitz
- Machine-readable JSON: https://characterquilt.com/branding/stackblitz.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #A1A5B0 |
| Accent | #1574EF |
| Body Font | Inter |
| Heading Font | Manrope |
Color Palette
- primary: #A1A5B0
- secondary: #212633
- accent: #1574EF
- background: #1C1F25
- textPrimary: #1C1F25
- link: #1574EF
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Manrope — https://fonts.google.com/specimen/Manrope
Visual Assets
- Logo: https://stackblitz.com/_astro/img/brands/stackblitz-monotone.svg
- Favicon: https://stackblitz.com/_astro/favicon.svg
- Social card (og:image): https://stackblitz.com/_astro/social_general.jpg
UI Components
- buttonPrimary: background=#1574EF, textColor=#FFFFFF, borderRadius=10px, shadow=rgba(255, 255, 255, 0.14) 0px 0px 0px 1px inset
- buttonSecondary: background=#FFFFFF, textColor=#000000, borderRadius=6px, shadow=rgba(29, 78, 106, 0.12) 0px 4px 12px 0px, rgb(255, 255, 255) 0px 0px 0px 1px inset
Brand Personality
Tone: modern · Energy: medium · Audience: developers and tech professionals
StackBlitz Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- pixi-8 motion blur filter - StackBlitz
- StackBlitz Blog
- 360 Cx - StackBlitz
- Tfjs Mobilenet Image - StackBlitz
Working with these fonts
Not found on Google Fonts? Follow the 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.
Machine-Readable Profile
{
"colorScheme": "dark",
"fonts": [
{
"family": "Inter",
"role": "body"
},
{
"family": "Manrope",
"role": "heading"
}
],
"colors": {
"primary": "#A1A5B0",
"secondary": "#212633",
"accent": "#1574EF",
"background": "#1C1F25",
"textPrimary": "#1C1F25",
"link": "#1574EF"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Manrope"
},
"fontStacks": {
"heading": [
"Manrope",
"sans-serif"
],
"body": [
"Inter",
"sans-serif"
],
"paragraph": [
"Inter",
"sans-serif"
]
},
"fontSizes": {
"h1": "94px",
"h2": "94px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "8px"
},
"components": {
"buttonPrimary": {
"background": "#1574EF",
"textColor": "#FFFFFF",
"borderRadius": "10px",
"borderRadiusCorners": {
"topLeft": "10px",
"topRight": "10px",
"bottomRight": "10px",
"bottomLeft": "10px"
},
"shadow": "rgba(255, 255, 255, 0.14) 0px 0px 0px 1px inset"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#000000",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "rgba(29, 78, 106, 0.12) 0px 4px 12px 0px, rgb(255, 255, 255) 0px 0px 0px 1px inset"
}
},
"images": {
"logo": "https://stackblitz.com/_astro/img/brands/stackblitz-monotone.svg",
"favicon": "https://stackblitz.com/_astro/favicon.svg",
"ogImage": "https://stackblitz.com/_astro/social_general.jpg",
"logoAlt": "StackBlitz"
}
}