filadd.json
Filadd Brand Identity
A complete profile of Filadd's visual system — colors, typography, components, and personality — extracted from https://courses.filadd.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/filadd
- Machine-readable JSON: https://characterquilt.com/branding/filadd.json
- Per-page llms.txt: https://characterquilt.com/branding/filadd/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #43A047 |
| Accent | #00897B |
| Body Font | Roboto |
| Heading Font | Roboto |
Color Palette
- primary: #43A047
- secondary: #E64A19
- accent: #00897B
- background: #FFFFFF
- textPrimary: #212121
- link: #FFA000
Typography
- primary: Roboto — https://fonts.google.com/specimen/Roboto
- heading: Roboto — https://fonts.google.com/specimen/Roboto
Visual Assets
- Favicon: https://i.ibb.co/J2knTTL/dd-favicon.png
- Social card (og:image): https://cdn.convrrt.com/apps/sendinblue/2795508/8e9a203a-49cf-475d-8ac3-e5e5b9724c64.png
UI Components
- buttonPrimary: background=#00897B, textColor=#FFFFFF, borderColor=#00897B, borderRadius=4.8px, shadow=none
- buttonSecondary: background=#277AFF, textColor=#FFFFFF, borderColor=#277AFF, borderRadius=4.8px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: Students and professionals seeking online courses
Filadd Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Um review transparente da Filadd (ReclameAqui, alunos e por dentro da plataforma)
- Filadd — Get into the university of your dreams
- Casos de éxito del Preuniversitario Filadd - Webinar
- Filadd - Education App | MWM
- Tour por la plataforma y Método de Preuniversitario Filadd
- Filadd - Education App | MWM
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.