glowing io.json

Glowing.io Brand Identity

A complete profile of Glowing.io's visual system — colors, typography, components, and personality — extracted from http://www.glowing.io. Built for designers, agents, and AI tools.

Quick Facts

Field Value
Primary #032A2F
Accent #ACE5EB
Body Font Manrope
Heading Font Manrope

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: tech-savvy professionals

Glowing.io Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Instructions that you can follow if you have permission to use the fonts:

  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.

Machine-Readable Profile

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Manrope",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#032A2F",
    "secondary": "#129DAA",
    "accent": "#ACE5EB",
    "background": "#F5F5F5",
    "textPrimary": "#000000",
    "link": "#ACE5EB"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Manrope",
      "heading": "Manrope"
    },
    "fontStacks": {
      "heading": [
        "Manrope",
        "sans-serif"
      ],
      "body": [
        "Manrope",
        "sans-serif"
      ],
      "paragraph": [
        "Manrope",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "52px",
      "h2": "40px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#032A2F",
      "textColor": "#FFFFFF",
      "borderColor": "#032A2F",
      "borderRadius": "1600px",
      "borderRadiusCorners": {
        "topLeft": "1600px",
        "topRight": "1600px",
        "bottomRight": "1600px",
        "bottomLeft": "1600px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#ACE5EB",
      "textColor": "#000000",
      "borderColor": "#ACE5EB",
      "borderRadius": "1600px",
      "borderRadiusCorners": {
        "topLeft": "1600px",
        "topRight": "1600px",
        "bottomRight": "1600px",
        "bottomLeft": "1600px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/6881a089c17803937744cb4d/68a36e533539337ad77f72a0_GLOWING.svg",
    "favicon": "https://cdn.prod.website-files.com/6881a089c17803937744cb4d/68a71ee9d62ff61eae501167_Favicon%20(1).png",
    "ogImage": null,
    "logoHref": "/",
    "logoAlt": "image"
  }
}