llms.txt
Iliad Brand Identity
A complete profile of Iliad's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #4B5563 |
| Accent | #18181B |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #4B5563
- accent: #18181B
- background: #FFFEEE
- textPrimary: #000000
- link: #E6E4D6
Typography
- primary: Inter — Google Fonts
- heading: Inter — Google Fonts
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#18181B, textColor=#FAFAFA, borderRadius=4px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px
Brand Personality
Tone: modern · Energy: medium · Audience: tech professionals
Iliad Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Iliad: Image generator
- Image:
- Source: Image Generator
- Iliad: Fully editable procedural pipelines, radically faster
- Image:
- Source: Iliad
- Grass | Iliad
- Image:
- Source: Textures
- Spotted fur | Iliad
- Image:
- Source: Textures
- Water-smoothed stones | Iliad
- Image:
- Source: Textures
- Vertical worn planks | Iliad
- Image:
- Source: Textures
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
- 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": "Inter",
"role": "body"
}
],
"colors": {
"primary": "#4B5563",
"accent": "#18181B",
"background": "#FFFEEE",
"textPrimary": "#000000",
"link": "#E6E4D6"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Inter",
"system-ui",
"sans-serif"
],
"body": [
"Inter",
"system-ui",
"sans-serif"
],
"paragraph": [
"Inter",
"system-ui",
"sans-serif"
]
},
"fontSizes": {
"h1": "16px",
"h2": "25px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {
"buttonPrimary": {
"background": "#18181B",
"textColor": "#FAFAFA",
"borderRadius": "4px",
"borderRadiusCorners": {
"topLeft": "4px",
"topRight": "4px",
"bottomRight": "4px",
"bottomLeft": "4px"
},
"shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px"
}
},
"images": {
"logo": "https://iliad.ai/LightMode-FullLogo-TransparentBG.svg",
"favicon": "https://iliad.ai/favicon.svg",
"ogImage": "https://storage.iliad.ai/og-image.png"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech professionals"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
}
}