Lightscreen AI Brand: Colors, Fonts, Logo & Visual Identity

Lightscreen AI Brand Identity

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

Color Palette

Brand palette extracted from https://lightscreen.ai.

Typography

Each font links to its Google Fonts page where available.

Visual Assets

Logo

Favicon

UI Components

Live previews rendered using Lightscreen AI's actual button styles.

Button Primary

Button Secondary

Brand Personality

Frequently Asked Questions

Machine-Readable Profile

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Outfit",
      "role": "body"
    },
    {
      "family": "Source Serif 4",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#111827",
    "secondary": "#4B5563",
    "accent": "#374151",
    "background": "#FFFFFF",
    "textPrimary": "#374151",
    "link": "#374151"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Outfit",
      "heading": "Source Serif 4"
    },
    "fontStacks": {
      "heading": [
        "Source Serif 4"
      ],
      "body": [
        "Arial",
        "Helvetica",
        "sans-serif"
      ],
      "paragraph": [
        "Outfit"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "20px",
      "body": "30px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "buttonPrimary": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "12px",
      "shadow": "rgba(0, 0, 0, 0) 0px 10px 15px -3px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#374151",
      "borderColor": "#FFFFFF",
      "borderRadius": "12px",
      "shadow": "rgba(0, 0, 0, 0.1) 0px 4px 16px 0px"
    }
  },
  "images": {
    "logo": "https://lightscreen.ai/logo.svg",
    "favicon": "https://lightscreen.ai/favicon.ico?favicon.0b3bf435.ico"
  }
}