nowadays.json
Nowadays Brand Identity
A complete profile of Nowadays's visual system — colors, typography, components, and personality — extracted from http://nowadays.ai/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/nowadays
- Machine-readable JSON: https://characterquilt.com/branding/nowadays.json
- Per-page llms.txt: https://characterquilt.com/branding/nowadays/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #1F2937 |
| Accent | #5261EB |
| Body Font | Satoshi |
| Heading Font | Satoshi |
Color Palette
- primary: #1F2937
- secondary: #E0E4FF
- accent: #5261EB
- background: #FDFCFE
- textPrimary: #5261EB
- link: #5261EB
Typography
- primary: Satoshi — https://fonts.google.com/specimen/Satoshi
- heading: Satoshi — https://fonts.google.com/specimen/Satoshi
Visual Assets
- Logo: https://www.nowadays.ai/_next/static/media/nowadayslogo.0-~h5ehd7yd2-.png
- Favicon: https://www.nowadays.ai/favicon.ico?
- Social card (og:image): https://nowadays.ai/opengraph-image.png
UI Components
- buttonPrimary: background=#5261EB, textColor=#FFFFFF, borderColor=#5261EB, borderRadius=12px, shadow=rgba(255, 255, 255, 0.25) 0px 1px 2px 0px inset
- buttonSecondary: background=#E0E4FF, textColor=#27253B, borderRadius=12px, shadow=rgba(255, 255, 255, 0.15) 0px 1px 2px 0px inset
Brand Personality
Tone: modern · Energy: medium · Audience: corporate teams
Nowadays Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Customer Success Stories | Event Planning Case Studies | Nowadays
- Customer Success Stories | Event Planning Case Studies | Nowadays
- Press & Media - Nowadays AI Event Planning
- A Wedding to Remember How Nowadays Delivered Perfection in Just 60 Days Case Study | Nowadays | Nowadays
- Press & Media - Nowadays AI Event Planning
- Free Event Planning Templates & Resources | Nowadays
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.