dash0.json
Dash0 Brand Identity
A complete profile of Dash0's visual system — colors, typography, components, and personality — extracted from https://www.dash0.com/. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #FD8C66 |
| Accent | #FD8C66 |
| Body Font | Roobert |
| Heading Font | Roobert |
Color Palette
- primary: #FD8C66
- secondary: #007AFF
- accent: #FD8C66
- background: #101010
- textPrimary: #101010
- link: #F8494D
Typography
- primary: Roobert — https://fonts.google.com/specimen/Roobert
- heading: Roobert — https://fonts.google.com/specimen/Roobert
Visual Assets
- Logo: https://cdn.sanity.io/images/rdn92ihu/production/1986b39ab8eb6efbab10d9b09e7379df0b0eaf8e-105x20.svg?fit=max&auto=format
- Favicon: https://www.dash0.com/favicon.ico
- Social card (og:image): https://www.dash0.com/images/og-image.png
UI Components
- input: background=#18181B, textColor=#FFFFFF, borderColor=#404040, borderRadius=8px, shadow=none
- buttonPrimary: background=#FD8C66, textColor=#FFFFFF, borderRadius=4px, shadow=none
- buttonSecondary: background=#2C2C2C, textColor=#FFFFFF, borderRadius=4px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech professionals
Dash0 Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Linkerd Integration · Dash0
- Blog · Dash0
- Code Red Newsletter #11 · Dash0
- Blog · Dash0
- Dash0's Vercel Marketplace Integration · Dash0
- Deep Diving into Dapr Workflows and OpenTelemetry – Tracing the Invisible Parts of Asynchronous Communication · Dash0
- Image: https://www.dash0.com/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Frdn92ihu%2Fproduction%2F6076396e856a804a7e1bfbb0fd4556a26f52d914-1253x648.png%3Fw%3D1253%26h%3D648%26fit%3Dmax%26auto%3Dformat&w=3840&q=100
- Source: https://www.dash0.com/blog/deep-diving-into-dapr-workflows-and-opentelemetry-tracing-the-invisible-parts-of-asynchronous
Working with these fonts
Not found on Google Fonts? Instructions that you can follow 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.
Programmatic alternative: load the URL with Playwright or Puppeteer, listen for response events whose Content-Type starts with font/, and write the body to disk. The CSS extraction step is the same.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.