bountiful.json

Bountiful Brand Identity

A complete profile of Bountiful's visual system — colors, typography, components, and personality — extracted from https://bountiful.ag/. Built for designers, agents, and AI tools.

Quick Facts

Field Value
Primary #1B1B2B
Accent #4B1D7D
Body Font Sofia Pro
Heading Font Calluna

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: agricultural industry professionals

Bountiful Brand in the Wild

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

Working with these fonts

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": "light",
  "fonts": [
    {
      "family": "Sofia Pro",
      "role": "body"
    },
    {
      "family": "Calluna",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#1B1B2B",
    "secondary": "#1A1A2B",
    "accent": "#4B1D7D",
    "background": "#FFFFFF",
    "textPrimary": "#4B1D7D",
    "link": "#4B1D7D"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Sofia Pro",
      "heading": "Calluna"
    },
    "fontStacks": {
      "heading": [
        "Calluna",
        "sans-serif"
      ],
      "body": [
        "Sofia Pro",
        "sans-serif"
      ],
      "paragraph": [
        "Sofia Pro",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "48px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#4B1D7D",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#1A1A2B",
      "borderColor": "#4B1D7D",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://vinsight.wpenginepowered.com/wp-content/themes/bountiful/assets/images/logo.svg",
    "favicon": "https://vinsight.wpenginepowered.com/wp-content/themes/bountiful/assets/images/favicon.png",
    "ogImage": "https://bountiful.ag/wp-content/themes/bountiful/assets/images/favicon.png",
    "logoHref": "/",
    "logoAlt": "Bountiful logo"
  }
}