# Pluralith Brand Identity

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

- Page: https://characterquilt.com/branding/pluralith
- Machine-readable JSON: https://characterquilt.com/branding/pluralith.json
- Per-page llms.txt: https://characterquilt.com/branding/pluralith/llms.txt

## Quick Facts

| Field | Value |
|---|---|
| Primary | #7999FF |
| Accent | #7999FF |
| Body Font | Roboto |
| Heading Font | Roboto |

## Color Palette

- primary: #7999FF
- secondary: #92A3B8
- accent: #7999FF
- background: #FAFBFD
- textPrimary: #232F3E
- link: #232F3E

## Typography

- primary: Roboto — https://fonts.google.com/specimen/Roboto
- heading: Roboto — https://fonts.google.com/specimen/Roboto

## Visual Assets

- Logo: 
- Favicon: 
- Social card (og:image):

## UI Components

- buttonPrimary: background=#7999FF, textColor=#FFFFFF, borderRadius=3px, shadow=none
- buttonSecondary: background=#92A3B8, textColor=#FFFFFF, borderRadius=3px, shadow=none

## Brand Personality

Tone: modern · Energy: medium · Audience: developers and IT professionals

## Pluralith Brand in the Wild

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

- **Run Locally | Pluralith Docs**  
  - Image:   
  - Source: [Run Locally](https://docs.pluralith.com/docs/get-started/run-locally/)
- **Terraform Cloud/Enterprise | Pluralith Docs**  
  - Image:   
  - Source: [Terraform Cloud/Enterprise](https://docs.pluralith.com/docs/integrations/terraform-cloud-enterprise/)
- **Terraform Cloud/Enterprise | Pluralith Docs**  
  - Image:   
  - Source: [Terraform Cloud/Enterprise](https://docs.pluralith.com/docs/integrations/terraform-cloud-enterprise/)
- **Terraform Cloud/Enterprise | Pluralith Docs**  
  - Image:   
  - Source: [Terraform Cloud/Enterprise](https://docs.pluralith.com/docs/integrations/terraform-cloud-enterprise/)
- **Run in CI | Pluralith Docs**  
  - Image:   
  - Source: [Run in CI](https://docs.pluralith.com/docs/get-started/run-in-ci/)
- **Pluralith - Visualize Terraform Infrastructure**  
  - Image:   
  - Source: [Visualize Terraform Infrastructure](https://alpha.pluralith.com/)

## Working with these fonts

Not found on Google Fonts? The following flow can help 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.

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.

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Roboto",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#7999FF",
    "secondary": "#92A3B8",
    "accent": "#7999FF",
    "background": "#FAFBFD",
    "textPrimary": "#232F3E",
    "link": "#232F3E"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roboto",
      "heading": "Roboto"
    },
    "fontStacks": {
      "heading": [
        "Roboto"
      ],
      "body": [
        "Times New Roman"
      ],
      "paragraph": [
        "Roboto"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "24px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#7999FF",
      "textColor": "#FFFFFF",
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#92A3B8",
      "textColor": "#FFFFFF",
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://d33wubrfki0l68.cloudfront.net/cdb5d61d3125572f4c17474df3a31f8e4687543f/cd352/_nuxt/full-logo.41ce817b.svg",
    "favicon": "https://www.pluralith.com/favicon.ico",
    "ogImage": "http://www.pluralith.com/og-image.png",
    "logoHref": "/",
    "logoAlt": "Terraform infrastructure visualisation and documentation"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, medium-sized, and located at the top of the page, linking to the homepage, which is a strong indicator of the main brand logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Started",
      "reasoning": "Button #0 ('Get Started') uses the vibrant brand color #7999FF, which is a strong indicator of a primary CTA. The text 'Get Started' is action-oriented, making it a clear primary call-to-action."
    },
    "secondary": {
      "index": 1,
      "text": "Try Now",
      "reasoning": "Button #1 ('Try Now') uses a different color (#92A3B8) and serves as a secondary action with a less vibrant color compared to the primary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "developers and IT 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 visible, medium-sized, and located at the top of the page, linking to the homepage, which is a strong indicator of the main brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}
```
