canary technologies.json
Canary Technologies Brand Identity
A complete profile of Canary Technologies's visual system — colors, typography, components, and personality — extracted from https://www.canarytechnologies.com. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #022440 |
| Accent | #0890FF |
| Body Font | Poppins |
| Heading Font | Poppins |
Color Palette
- primary: #022440
- secondary: #303743
- accent: #0890FF
- background: #FFFFFF
- textPrimary: #0890FF
- link: #0890FF
Typography
- primary: Poppins — https://fonts.google.com/specimen/Poppins
- heading: Poppins — https://fonts.google.com/specimen/Poppins
Visual Assets
- Logo: https://cdn.prod.website-files.com/5c6d1141d51c77692887d502/645a2ad3b999bbb8a42eb188_canary-logo%201.webp
- Favicon: https://cdn.prod.website-files.com/5c6d1141d51c77692887d502/5c6d2625255b5b4fc1753087_favicon-32.png
- Social card (og:image): https://cdn.prod.website-files.com/5c6d1141d51c77692887d502/6735088ee28f4230944c0a08_newOGCanary.webp
UI Components
- buttonPrimary: background=#0890FF, textColor=#FFFFFF, borderRadius=100px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#0890FF, borderRadius=100px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: hospitality industry professionals
Canary Technologies Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- How to Prevent Data Breaches at Hotels
- Hotel Tech News, Trends, and Insights | Canary
- Principales beneficios de la firma digital de contratos para hoteles
- Hotel Tech News, Trends, and Insights | Canary
- SEO for Hotels | A Beginner's Guide to SEO for Hotels
- Hotel Tech News, Trends, and Insights | Canary
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.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Poppins",
"role": "body"
}
],
"colors": {
"primary": "#022440",
"secondary": "#303743",
"accent": "#0890FF",
"background": "#FFFFFF",
"textPrimary": "#0890FF",
"link": "#0890FF"
},
"typography": {
"fontFamilies": {
"primary": "Poppins",
"heading": "Poppins"
},
"fontStacks": {
"heading": [
"Poppins",
"Arial",
"sans-serif"
],
"body": [
"Poppins",
"Arial",
"sans-serif"
],
"paragraph": [
"Poppins",
"Arial",
"sans-serif"
]
},
"fontSizes": {
"h1": "18px",
"h2": "55px",
"body": "22px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {
"buttonPrimary": {
"background": "#0890FF",
"textColor": "#FFFFFF",
"borderRadius": "100px",
"borderRadiusCorners": {
"topLeft": "100px",
"topRight": "100px",
"bottomRight": "100px",
"bottomLeft": "100px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#0890FF",
"borderRadius": "100px",
"borderRadiusCorners": {
"topLeft": "100px",
"topRight": "100px",
"bottomRight": "100px",
"bottomLeft": "100px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/5c6d1141d51c77692887d502/645a2ad3b999bbb8a42eb188_canary-logo%201.webp",
"favicon": "https://cdn.prod.website-files.com/5c6d1141d51c77692887d502/5c6d2625255b5b4fc1753087_favicon-32.png",
"ogImage": "https://cdn.prod.website-files.com/5c6d1141d51c77692887d502/6735088ee28f4230944c0a08_newOGCanary.webp",
"logoHref": "/",
"logoAlt": "Canary logo"
}
}