prefect.json
Prefect Brand Identity
A complete profile of Prefect's visual system — colors, typography, components, and personality — extracted from https://www.prefect.io/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/prefect
- Machine-readable JSON: https://characterquilt.com/branding/prefect.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #FFFFFF |
| Accent | #FAFAFA |
| Body Font | Geist |
| Heading Font | Geist |
Color Palette
- primary: #FFFFFF
- accent: #FAFAFA
- background: #0A0A0A
- textPrimary: #0A0A0A
- link: #FFFFFF
Typography
- primary: Geist — https://fonts.google.com/specimen/Geist
- heading: Geist — https://fonts.google.com/specimen/Geist
Visual Assets
- Logo: https://www.prefect.io/_next/image?url=%2Fwordmark.png&w=256&q=75&dpl=dpl_8Tah3nsyJoVo1zdy7HuiGorvMk2m
- Favicon: https://www.prefect.io/favicon.ico?favicon.09a45e64.ico
- Social card (og:image): https://www.prefect.io/og/home.png
UI Components
- buttonPrimary: background=#FAFAFA, textColor=#0A0A0A, borderRadius=6px, shadow=none
- buttonSecondary: background=transparent, textColor=#FAFAFA, borderColor=#232323, borderRadius=6px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: developers and tech professionals
Prefect Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Index - Prefect
- Prefect Blog
- Orchestrating Event Driven Serverless Data Pipelines
- Prefect Blog
- Image: https://www.prefect.io/og/blog.png
- Source: https://www.prefect.io/blog
- Hey folks wave I'm getting these warnings while running test Prefect Community #prefect-contributors-archived
- Prefect Blog
Working with these fonts
Not found on Google Fonts?
CharacterQuilt.com suggests this flow that can help:
- 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.