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.
- Page: https://characterquilt.com/branding/glowing-io
- Machine-readable JSON: https://characterquilt.com/branding/glowing-io.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #032A2F |
| Accent | #ACE5EB |
| Body Font | Manrope |
| Heading Font | Manrope |
Color Palette
- primary: #032A2F
- secondary: #129DAA
- accent: #ACE5EB
- background: #F5F5F5
- textPrimary: #000000
- link: #ACE5EB
Typography
- primary: Manrope — https://fonts.google.com/specimen/Manrope
- heading: Manrope — https://fonts.google.com/specimen/Manrope
Visual Assets
- Logo: https://cdn.prod.website-files.com/6881a089c17803937744cb4d/68a36e533539337ad77f72a0_GLOWING.svg
- Favicon: https://cdn.prod.website-files.com/6881a089c17803937744cb4d/68a71ee9d62ff61eae501167_Favicon%20(1).png
UI Components
- buttonPrimary: background=#032A2F, textColor=#FFFFFF, borderColor=#032A2F, borderRadius=1600px, shadow=none
- buttonSecondary: background=#ACE5EB, textColor=#000000, borderColor=#ACE5EB, borderRadius=1600px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy professionals
Glowing.io Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Request a Demo
- Request a Demo
- Request a Demo
- Request a Demo
- Request a Demo
- Glowing
- Image: https://app.glowing.io/icons/apple-96.png
- Source: https://app.glowing.io/
Working with these fonts
Not found on Google Fonts? Instructions that you can follow if you have permission to use the fonts:
- 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.
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"
}
}