moonvalley.json

Moonvalley Brand Identity

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

Quick Facts

Field Value
Primary #9088BB
Accent #9088BB
Body Font Inter
Heading Font PP Neue Corp Compact Semibold

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: creative professionals

Moonvalley Brand in the Wild

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

Working with these fonts

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

CharacterQuilt.com suggests this flow that can help:

  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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "PP Neue Corp Compact Semibold",
      "role": "heading"
    },
    {
      "family": "PP Neue Corp Compact Medium",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#9088BB",
    "secondary": "#DBDAC6",
    "accent": "#9088BB",
    "background": "#100C08",
    "textPrimary": "#100C08",
    "link": "#A2A091"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "PP Neue Corp Compact Semibold"
    },
    "fontStacks": {
      "heading": [
        "PP Neue Corp Compact Medium",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "80px",
      "h2": "68px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#9088BB",
      "textColor": "#0000EE",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#100C08",
      "textColor": "#0000EE",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://framerusercontent.com/images/LsB560pLPHYB0QMPIFsRdGqJCxk.png",
    "ogImage": "https://framerusercontent.com/images/Ig37EUbAl2HFWWFfsy9PM6MVk.png"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "No valid brand logo was found. The candidate is too small and lacks clear branding indicators.",
    "confidence": 0.3,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "START CREATING",
      "reasoning": "Button #0 'START CREATING' is the primary CTA due to its vibrant blue color (#9088BB) and action-oriented text, which encourages users to begin engaging with the site."
    },
    "secondary": {
      "index": 1,
      "text": "TRAJECTORY CONTROL",
      "reasoning": "Button #1 'TRAJECTORY CONTROL' is selected as secondary because it has a different background color (#100C08) and serves as a supportive action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "creative 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": -1,
        "selectedLogoReasoning": "No valid brand logo was found. The candidate is too small and lacks clear branding indicators.",
        "confidence": 0.3
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}