complif.json
Complif Brand Identity
A complete profile of Complif's visual system — colors, typography, components, and personality — extracted from https://complif.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/complif
- Machine-readable JSON: https://characterquilt.com/branding/complif.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #0000EE |
| Accent | #141519 |
| Body Font | Arial |
| Heading Font | Outfit |
Color Palette
- primary: #0000EE
- secondary: #D2D5F3
- accent: #141519
- background: #FFFFFF
- textPrimary: #141519
- link: #97C2E1
Typography
- primary: Arial — https://fonts.google.com/specimen/Arial
- heading: Outfit — https://fonts.google.com/specimen/Outfit
Visual Assets
- Logo: https://cdn.prod.website-files.com/62d2ebd2727756144c73d7cc/65493e041d8ccd7f6fb567f9_Logo_Complif_Negro.svg
- Favicon: https://cdn.prod.website-files.com/62d2ebd2727756144c73d7cc/6564b1a10b1e1d93e85faac5_Favicon%201.png
- Social card (og:image): https://cdn.prod.website-files.com/62d2ebd2727756144c73d7cc/65b2a6dc73a63845e1f4ecab_V02_complif_open%20graph.png
UI Components
- input: background=#FFFFFF, textColor=#333333, borderColor=null, borderRadius=8px, shadow=none
- buttonPrimary: background=#141519, textColor=#FFFFFF, borderColor=#141519, borderRadius=100px, shadow=none
- buttonSecondary: background=#EEEFF1, textColor=#333333, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals seeking compliance solutions
Complif Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Onboarding Solution for Account Opening | Complif
- Complif - Blog - Información pública: alcances y limitaciones de las áreas de compliance.
- Complif - Blog - The Reality of Compliance Teams in US Banks and How to Escape It
- Complif - Blog - OCR: Una herramienta versátil para la automatización de procesos.
- Plataforma de automação de procesos PLD | Complif
- Complif - Blog - Novedad legal: Recomendaciones para una Inteligencia Artificial Fiable.
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.