llms.txt
Galini Brand Identity
A complete profile of Galini's visual system — colors, typography, components, and personality — extracted from https://www.galini.ai/. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #4F46E5 |
| Accent | #4F46E5 |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #4F46E5
- secondary: #E9E6FF
- accent: #4F46E5
- background: #FFFFFF
- textPrimary: #0F0D2E
- link: #0F0D2E
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
UI Components
- buttonPrimary: background=#4F46E5, textColor=#FFFFFF, borderRadius=12px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(79, 70, 229, 0.4) 0px 4px 24px 0px
Brand Personality
Tone: modern · Energy: medium · Audience: business professionals seeking AI solutions
Galini Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Galini — AI Adoption & ROI Partner
- Image: https://www.galini.ai/logos/ct-lockup.webp
- Source: https://www.galini.ai/
- Galini — AI Adoption & ROI Partner
- Image: https://www.galini.ai/logos/mckinsey.png
- Source: https://www.galini.ai/
- Galini: Compliance guardrails-as-a-service for AI applications | Y Combinator
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": "Inter",
"role": "body"
}
],
"colors": {
"primary": "#4F46E5",
"secondary": "#E9E6FF",
"accent": "#4F46E5",
"background": "#FFFFFF",
"textPrimary": "#0F0D2E",
"link": "#0F0D2E"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Inter",
"sans-serif"
],
"body": [
"Inter",
"sans-serif"
],
"paragraph": [
"Inter",
"-apple-system",
"BlinkMacSystemFont",
"sans-serif"
]
},
"fontSizes": {
"h1": "67.2px",
"h2": "41.6px",
"body": "20px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#4F46E5",
"textColor": "#FFFFFF",
"borderRadius": "12px",
"borderRadiusCorners": {
"topLeft": "12px",
"topRight": "12px",
"bottomRight": "12px",
"bottomLeft": "12px"
},
"shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(79, 70, 229, 0.4) 0px 4px 24px 0px"
}
},
"images": {
"logo": "data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22h-8%20w-8%22%20data-fc-idx%3D%220%22%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%224%22%20r%3D%223%22%20fill%3D%22%234F46E5%22%20style%3D%22fill%3A%20rgb(79%2C%2070%2C%20229)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%2227.5%22%20cy%3D%225.5%22%20r%3D%222.5%22%20fill%3D%22%236366F1%22%20style%3D%22fill%3A%20rgb(99%2C%20102%2C%20241)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%2233%22%20cy%3D%2210%22%20r%3D%222%22%20fill%3D%22%23818CF8%22%20style%3D%22fill%3A%20rgb(129%2C%20140%2C%20248)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%2235.5%22%20cy%3D%2216%22%20r%3D%222.5%22%20fill%3D%22%236366F1%22%20style%3D%22fill%3A%20rgb(99%2C%20102%2C%20241)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2223%22%20r%3D%223%22%20fill%3D%22%234F46E5%22%20style%3D%22fill%3A%20rgb(79%2C%2070%2C%20229)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%2233%22%20cy%3D%2230%22%20r%3D%222%22%20fill%3D%22%23818CF8%22%20style%3D%22fill%3A%20rgb(129%2C%20140%2C%20248)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2234.5%22%20r%3D%222.5%22%20fill%3D%22%236366F1%22%20style%3D%22fill%3A%20rgb(99%2C%20102%2C%20241)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%2237%22%20r%3D%223%22%20fill%3D%22%234F46E5%22%20style%3D%22fill%3A%20rgb(79%2C%2070%2C%20229)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2235.5%22%20r%3D%222%22%20fill%3D%22%23818CF8%22%20style%3D%22fill%3A%20rgb(129%2C%20140%2C%20248)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2231%22%20r%3D%222.5%22%20fill%3D%22%236366F1%22%20style%3D%22fill%3A%20rgb(99%2C%20102%2C%20241)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%225.5%22%20cy%3D%2225%22%20r%3D%223%22%20fill%3D%22%234F46E5%22%20style%3D%22fill%3A%20rgb(79%2C%2070%2C%20229)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%224.5%22%20cy%3D%2217.5%22%20r%3D%222%22%20fill%3D%22%23818CF8%22%20style%3D%22fill%3A%20rgb(129%2C%20140%2C%20248)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2211%22%20r%3D%222.5%22%20fill%3D%22%236366F1%22%20style%3D%22fill%3A%20rgb(99%2C%20102%2C%20241)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%226%22%20r%3D%222%22%20fill%3D%22%23818CF8%22%20style%3D%22fill%3A%20rgb(129%2C%20140%2C%20248)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
"favicon": null,
"ogImage": null,
"logoHref": "/"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of it being the main brand logo for Galini.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Book a Discovery Call",
"reasoning": "Button #0 is selected as the primary CTA because it uses the vibrant brand color #4F46E5, which is consistent with the primary color scheme of the site. The text 'Book a Discovery Call' is action-oriented, making it a strong candidate for the primary action."
},
"secondary": {
"index": -1,
"text": "N/A",
"reasoning": "Both buttons share the same background color, #4F46E5, which is the brand color. Since no button with a different background color is available, there is no valid secondary button."
},
"confidence": 0.9
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "business professionals seeking AI solutions"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.95,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of it being the main brand logo for Galini.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}