Home · Branding · Galini

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.

Download JSON
Primary
#4F46E5
Accent
#4F46E5
Body Font
Inter
Heading
Inter

Color Palette

Brand palette extracted from https://www.galini.ai/.

primary
#4F46E5
rgb(79, 70, 229)
secondary
#E9E6FF
rgb(233, 230, 255)
accent
#4F46E5
rgb(79, 70, 229)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#0F0D2E
rgb(15, 13, 46)
link
#0F0D2E
rgb(15, 13, 46)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter
Inter, sans-serif
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:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. 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.

Visual Assets

Galini logo
Logo

UI Components

Live previews rendered using Galini's actual button styles.

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, and marketing materials.

Frequently Asked Questions

What is Galini's primary brand color?

Galini's primary brand color is #4F46E5. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Galini use?

Galini uses Inter as the primary typeface across body and headings.

Does Galini use a light or dark theme?

Galini's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Galini's logo?

Galini's logo is available directly on their site (https://www.galini.ai/). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://www.galini.ai/ using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Galini.

Methodology

Brand data on this page was extracted from https://www.galini.ai/ on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Galini.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "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
    }
  }
}

Related Brand Profiles