llms.txt

Fuze Brand Identity

A complete profile of Fuze's visual system — colors, typography, components, and personality.

Quick Facts

Field Value
Primary #092933
Accent #0129AC
Body Font Arial
Heading Font Poppins

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: enterprise businesses

Fuze Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Here are some steps 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".
  3. Capture the font URLs and download the files locally.
  4. Extract the matching @font-face declarations from the CSS files.

Only proceed with this flow if you have permission to use the brand assets.

Machine-Readable Profile

{
 "colorScheme": "light",
 "fonts": [
  {
   "family": "Poppins",
   "role": "heading"
  },
  {
   "family": "Arial",
   "role": "body"
  },
  {
   "family": "Helvetica",
   "role": "body"
  }
 ],
 "colors": {
  "primary": "#092933",
  "secondary": "#65BC7B",
  "accent": "#0129AC",
  "background": "#FFFFFF",
  "textPrimary": "#0129AC",
  "link": "#0129AC"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Arial",
   "heading": "Poppins"
  },
  "fontStacks": {
   "heading": [
    "Poppins"
   ],
   "body": [
    "Poppins",
    "Arial",
    "Helvetica",
    "sans-serif"
   ],
   "paragraph": [
    "Poppins",
    "Arial",
    "Helvetica",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "36px",
   "h2": "24px",
   "body": "16px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "5px"
 },
 "components": {
  "input": {
   "background": "#F4F6F7",
   "textColor": "#768894",
   "borderColor": "#EDEEF2",
   "borderRadius": "0px",
   "shadow": "none"
  }
 },
 "images": {
  "logo": "https://www.cloudfuze.com/wp-content/uploads/2020/12/logo.svg",
  "favicon": "https://www.cloudfuze.com/wp-content/uploads/2023/12/CloudFuze-icon-32x32-1.png",
  "ogImage": "https://www.cloudfuze.com/wp-content/uploads/2026/01/Migrate-Banner-1.svg"
 },
 "personality": {
  "tone": "professional",
  "energy": "medium",
  "targetAudience": "enterprise businesses"
 },
 "designSystem": {
  "framework": "custom",
  "componentLibrary": ""
 },
 "confidence": {
  "colors": 0.9,
  "overall": 0.45
 }
}