Home · Branding · Lunos

Lunos Brand Identity

A complete profile of Lunos's visual system — colors, typography, components, and personality — extracted from https://www.lunos.ai/. Built for designers, agents, and AI tools.

Download JSON
Primary
#030712
Accent
#FF7FBF
Body Font
Ppneuemontreal Book
Heading
Ppneuemontreal

Color Palette

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

primary
#030712
rgb(3, 7, 18)
secondary
#374151
rgb(55, 65, 81)
accent
#FF7FBF
rgb(255, 127, 191)
background
#E5E7EB
rgb(229, 231, 235)
textPrimary
#111827
rgb(17, 24, 39)
link
#111827
rgb(17, 24, 39)

Typography

Each font links to its Google Fonts page where available.

primary
Ppneuemontreal Book
Ppneuemontreal Book Google Fonts →
heading
Ppneuemontreal
Ppneuemontreal Google Fonts →
Ppneuemontreal, Arial, 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

Lunos logo
Logo
Lunos favicon
Favicon
Lunos social image
Social Card

UI Components

Live previews rendered using Lunos's actual button styles.

buttonPrimary
background #FF7FBF textColor #030712 borderRadius 8px shadow none
buttonSecondary
background #E5E7EB textColor #030712 borderColor #030712 borderRadius 8px shadow none

Brand Personality

Tone: modern Energy: medium Audience: business professionals

Lunos Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is Lunos's primary brand color?

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

What accent color does Lunos use?

Lunos uses #FF7FBF as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Lunos use?

Lunos uses Ppneuemontreal Book for body text and Ppneuemontreal for headings. Fonts were detected on https://www.lunos.ai/ as part of their live design system.

Does Lunos use a light or dark theme?

Lunos's primary site uses a light color scheme, with a background of #E5E7EB.

Where can I find Lunos's logo?

Lunos's logo is available directly on their site (https://www.lunos.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.lunos.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 Lunos.

Methodology

Brand data on this page was extracted from https://www.lunos.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 Lunos.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Ppneuemontreal",
      "role": "heading"
    },
    {
      "family": "Ppneuemontreal Book",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#030712",
    "secondary": "#374151",
    "accent": "#FF7FBF",
    "background": "#E5E7EB",
    "textPrimary": "#111827",
    "link": "#111827"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Ppneuemontreal Book",
      "heading": "Ppneuemontreal"
    },
    "fontStacks": {
      "heading": [
        "Ppneuemontreal",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Ppneuemontreal",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Ppneuemontreal",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "76px",
      "h2": "15px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "16px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FF7FBF",
      "textColor": "#030712",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#E5E7EB",
      "textColor": "#030712",
      "borderColor": "#030712",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20viewBox%3D%220%200%20155%2027%22%20fill%3D%22none%22%20class%3D%22logo-vector%22%20data-fc-idx%3D%220%22%3E%3Cg%20clip-path%3D%22url(%23clip0_3482_8774)%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cpath%20d%3D%22M39.8196%2026.0251V1.23584H43.6339V22.7308H59.1847V26.0251H39.8196Z%22%20fill%3D%22%23030712%22%20style%3D%22fill%3A%20rgb(3%2C%207%2C%2018)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M60.9039%2017.6003V1.23584H64.7182V17.6003C64.7182%2021.4494%2066.659%2023.216%2070.5778%2023.216C74.4966%2023.216%2076.4373%2021.4469%2076.4373%2017.6003V1.23584H80.2865V17.6003C80.2865%2022.9398%2077.4077%2026.5102%2070.5778%2026.5102C63.7479%2026.5102%2060.9039%2022.9398%2060.9039%2017.6003Z%22%20fill%3D%22%23030712%22%20style%3D%22fill%3A%20rgb(3%2C%207%2C%2018)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M104.668%209.39949V25.7639H100.853V9.39949C100.853%205.55036%2098.9126%203.78378%2094.9938%203.78378C91.075%203.78378%2089.1343%205.55284%2089.1343%209.39949V25.7639H85.2852V9.39949C85.2852%204.05997%2088.1639%200.489502%2094.9938%200.489502C101.824%200.489502%20104.668%204.05997%20104.668%209.39949Z%22%20fill%3D%22%23030712%22%20style%3D%22fill%3A%20rgb(3%2C%207%2C%2018)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M108.542%2013.6146C108.542%206.16017%20113.291%200.750977%20120.711%200.750977C128.131%200.750977%20132.88%206.16017%20132.88%2013.6146C132.88%2021.069%20128.131%2026.5106%20120.711%2026.5106C113.291%2026.5106%20108.542%2021.0665%20108.542%2013.6146ZM128.892%2013.6146C128.892%208.51891%20126.568%204.04526%20120.709%204.04526C114.849%204.04526%20112.528%208.51643%20112.528%2013.6146C112.528%2018.7128%20114.852%2023.2188%20120.709%2023.2188C126.566%2023.2188%20128.892%2018.7103%20128.892%2013.6146Z%22%20fill%3D%22%23030712%22%20style%3D%22fill%3A%20rgb(3%2C%207%2C%2018)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M134.961%2017.6576H138.914C139.19%2020.9867%20141.168%2023.2384%20145.814%2023.2384C149.8%2023.2384%20151.014%2021.5042%20151.014%2019.2524C151.014%2016.0975%20148.588%2015.6471%20144.08%2014.5026C140.196%2013.4626%20135.931%2012.2135%20135.931%207.49853C135.931%203.19904%20139.26%200.738281%20144.6%200.738281C150.25%200.738281%20153.925%203.61705%20154.308%208.60823H150.355C149.939%205.62745%20148.24%203.99773%20144.634%203.99773C141.514%203.99773%20139.919%205.14227%20139.919%207.29201C139.919%2010.0663%20142.52%2010.656%20145.709%2011.4522C150.494%2012.6664%20155%2013.8109%20155%2019.0459C155%2023.3106%20152.121%2026.5004%20145.916%2026.5004C139.71%2026.5004%20135.237%2023.2409%20134.961%2017.66V17.6576Z%22%20fill%3D%22%23030712%22%20style%3D%22fill%3A%20rgb(3%2C%207%2C%2018)%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M12.7605%2024.3438C12.7605%2018.4013%207.94253%2013.5833%202%2013.5833%22%20stroke%3D%22%23030712%22%20stroke-width%3D%222.48813%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22square%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(3%2C%207%2C%2018)%20!important%3B%20stroke-width%3A%202.48813px%20!important%3B%20stroke-linecap%3A%20square%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M7.39724%2024.327C7.39724%2021.3558%204.98823%2018.9468%202.01697%2018.9468%22%20stroke%3D%22%23030712%22%20stroke-width%3D%222.48813%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22square%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(3%2C%207%2C%2018)%20!important%3B%20stroke-width%3A%202.48813px%20!important%3B%20stroke-linecap%3A%20square%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M13.5337%2024.3438C13.5337%2018.4013%2018.3517%2013.5833%2024.2942%2013.5833%22%20stroke%3D%22%23030712%22%20stroke-width%3D%222.48813%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22square%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(3%2C%207%2C%2018)%20!important%3B%20stroke-width%3A%202.48813px%20!important%3B%20stroke-linecap%3A%20square%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M18.897%2024.327C18.897%2021.3558%2021.306%2018.9468%2024.2772%2018.9468%22%20stroke%3D%22%23030712%22%20stroke-width%3D%222.48813%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22square%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(3%2C%207%2C%2018)%20!important%3B%20stroke-width%3A%202.48813px%20!important%3B%20stroke-linecap%3A%20square%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M12.7605%202.74536C12.7605%208.68789%207.94253%2013.5059%202%2013.5059%22%20stroke%3D%22%23030712%22%20stroke-width%3D%222.48813%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22square%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(3%2C%207%2C%2018)%20!important%3B%20stroke-width%3A%202.48813px%20!important%3B%20stroke-linecap%3A%20square%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M7.39724%202.76245C7.39724%205.73372%204.98823%208.14272%202.01697%208.14272%22%20stroke%3D%22%23030712%22%20stroke-width%3D%222.48813%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22square%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(3%2C%207%2C%2018)%20!important%3B%20stroke-width%3A%202.48813px%20!important%3B%20stroke-linecap%3A%20square%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M13.5337%202.74536C13.5337%208.68789%2018.3517%2013.5059%2024.2942%2013.5059%22%20stroke%3D%22%23030712%22%20stroke-width%3D%222.48813%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22square%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(3%2C%207%2C%2018)%20!important%3B%20stroke-width%3A%202.48813px%20!important%3B%20stroke-linecap%3A%20square%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M18.897%202.76245C18.897%205.73372%2021.306%208.14272%2024.2772%208.14272%22%20stroke%3D%22%23030712%22%20stroke-width%3D%222.48813%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22square%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(3%2C%207%2C%2018)%20!important%3B%20stroke-width%3A%202.48813px%20!important%3B%20stroke-linecap%3A%20square%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://cdn.prod.website-files.com/6946be2809dee9d04c7ab05e/6946be2809dee9d04c7ab08f_lunos-favicon-small.png",
    "ogImage": "https://cdn.prod.website-files.com/68bed18cdd5313f7082a8cdb/68da9daefeb5513eaebd02d6_OG.jpg",
    "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 being the main brand logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Book a demo",
      "reasoning": "Button #2 has a vibrant and distinct background color (#FF7FBF) which stands out as the primary call-to-action. The text 'Book a demo' is action-oriented, making it a strong candidate for the primary CTA."
    },
    "secondary": {
      "index": 3,
      "text": "Sign up",
      "reasoning": "Button #3 has a different background color (#E5E7EB) and serves as a secondary action with the text 'Sign up', which is less prominent than the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "business professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "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 being the main brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles