butlr.json
Butlr Brand Identity
A complete profile of Butlr's visual system — colors, typography, components, and personality — extracted from https://www.butlr.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/butlr
- Machine-readable JSON: https://characterquilt.com/branding/butlr.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #D3FF8C |
| Accent | #FF3D00 |
| Body Font | Aeonik |
| Heading Font | Aeonik |
Color Palette
- primary: #D3FF8C
- secondary: #0000EE
- accent: #FF3D00
- background: #FFFFFF
- textPrimary: #222222
- link: #FF3D00
Typography
- primary: Aeonik — https://fonts.google.com/specimen/Aeonik
- heading: Aeonik — https://fonts.google.com/specimen/Aeonik
Visual Assets
- Logo: https://cdn.prod.website-files.com/65af40a4fcb4eb0615fc13b3/65c0d669f5c3943a370395b4_Logo.svg
- Favicon: https://cdn.prod.website-files.com/65af40a4fcb4eb0615fc13b3/65cf95432ba97d3a4e1a35fd_butlr-favicon.jpg
- Social card (og:image): https://cdn.prod.website-files.com/65af40a4fcb4eb0615fc13b3/65c7e5d85d4a7890299ca8d8_tab-img.webp
UI Components
- input: background=transparent, textColor=#D3FF8C, borderColor=null, borderRadius=0px, shadow=none
- buttonPrimary: background=#D3FF8C, textColor=#222222, borderColor=#D3FF8C, borderRadius=0px, shadow=none
- buttonSecondary: background=#FF3D00, textColor=#FFFFFF, borderRadius=0px, shadow=none
Brand Personality
Tone: modern · Energy: high · Audience: businesses seeking AI solutions for intelligent spaces
Butlr Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- 5 Signs of Excess Office Space | Optimize Your Workspace in 2025
- Butlr Blog | Smart Spaces Insights
- Newsroom | Optimize Spaces with Intelligent Occupancy Sensors
- Butlr Blog | Smart Spaces Insights
- Scalability
- Butlr Blog | Smart Spaces Insights
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.