assembled.json
Assembled Brand Identity
A complete profile of Assembled's visual system — colors, typography, components, and personality — extracted from https://www.assembled.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/assembled
- Machine-readable JSON: https://characterquilt.com/branding/assembled.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #222637 |
| Accent | #3DAFA3 |
| Body Font | IBM Plex Sans |
| Heading Font | Founders Grotesk Condensed |
Color Palette
- primary: #222637
- secondary: #75E863
- accent: #3DAFA3
- background: #F8F7F3
- textPrimary: #0B1215
- link: #00453D
Typography
- primary: IBM Plex Sans — https://fonts.google.com/specimen/IBM+Plex+Sans
- heading: Founders Grotesk Condensed — https://fonts.google.com/specimen/Founders+Grotesk+Condensed
Visual Assets
- Logo: https://cdn.prod.website-files.com/610225ff318d10884843dede/68406c24f4a3067ed40bdcf1_logo-black.svg
- Favicon: https://cdn.prod.website-files.com/610225ff318d10884843dede/69962b3b5b10dc1c1c4c900f_favicon-website.png
- Social card (og:image): https://cdn.prod.website-files.com/610225ff318d10884843dede/621f4c70a40c01c326bee6ec_opengrah.svg
UI Components
- input: background=#222637, textColor=#FFFFFF, borderColor=#F9F9F5, borderRadius=6px, shadow=none
- buttonPrimary: background=#222637, textColor=#FFFFFF, borderColor=#222637, borderRadius=99px, shadow=none
- buttonSecondary: background=#3DAFA3, textColor=#0B1215, borderColor=#3DAFA3, borderRadius=99px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: business professionals seeking support operations solutions
Assembled Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Scheduling | Assembled
- Why top organizations look to workforce planning for achieving success
- Introducing Assembled's support orchestration suite — uniting workforce intelligence with AI strategy
- Assembled Blog | Customer Support & WFM Insights
- Introducing Assembled's support orchestration suite — uniting workforce intelligence with AI strategy
- Assembled Blog | Customer Support & WFM Insights
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the 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.