{
  "brand": "SnapSell AI",
  "version": "1.0",
  "generated": "2026-01-22",
  "source": "Generated by CCU Brand Generator",
  "colors": {
    "primary": {
      "name": "SnapSell Green",
      "hex": "#2d9c6f",
      "rgb": { "r": 45, "g": 156, "b": 111 },
      "hsl": { "h": 154, "s": 55, "l": 39 },
      "usage": "Primary actions, links, AI accent, price tag checkmark"
    },
    "secondary": {
      "name": "Gradient Teal",
      "hex": "#7aca91",
      "rgb": { "r": 122, "g": 202, "b": 145 },
      "hsl": { "h": 137, "s": 44, "l": 64 },
      "usage": "Gradient start, success states, positive indicators"
    },
    "accent": {
      "name": "Gradient Blue",
      "hex": "#75bae9",
      "rgb": { "r": 117, "g": 186, "b": 233 },
      "hsl": { "h": 204, "s": 67, "l": 69 },
      "usage": "Gradient end, informational states, secondary accent"
    },
    "detail": {
      "name": "Teal Detail",
      "hex": "#7ead9e",
      "rgb": { "r": 126, "g": 173, "b": 158 },
      "hsl": { "h": 161, "s": 23, "l": 59 },
      "usage": "Price tag checkmark and dot details - CAUTION: blends into brand gradients"
    },
    "text": {
      "name": "Text Dark",
      "hex": "#1F2937",
      "rgb": { "r": 31, "g": 41, "b": 55 },
      "usage": "Primary text, headings, logo text on light backgrounds"
    },
    "textMuted": {
      "name": "Text Muted",
      "hex": "#666666",
      "rgb": { "r": 102, "g": 102, "b": 102 },
      "usage": "Secondary text, descriptions, meta information"
    },
    "background": {
      "name": "Background White",
      "hex": "#FFFFFF",
      "usage": "Primary backgrounds"
    },
    "backgroundAlt": {
      "name": "Background Light",
      "hex": "#FAFAFA",
      "usage": "Alternate sections, cards"
    },
    "backgroundDark": {
      "name": "Neutral Dark",
      "hex": "#191923",
      "rgb": { "r": 25, "g": 25, "b": 35 },
      "usage": "Dark mode background, OG images - ensures teal details visible"
    }
  },
  "logoColors": {
    "description": "Colors extracted from the logo",
    "spectrum": [
      { "name": "Gradient Teal", "hex": "#7aca91" },
      { "name": "Gradient Blue", "hex": "#75bae9" },
      { "name": "Teal Detail", "hex": "#7ead9e" }
    ]
  },
  "gradients": {
    "brandGradient": {
      "name": "SnapSell Gradient",
      "colors": ["#7aca91", "#75bae9"],
      "direction": "135deg",
      "css": "linear-gradient(135deg, #7aca91 0%, #75bae9 100%)",
      "usage": "Logo background, hero sections, brand identity"
    },
    "darkGradient": {
      "name": "Dark Gradient",
      "colors": ["#191923", "#2a2a3d"],
      "direction": "135deg",
      "css": "linear-gradient(135deg, #191923 0%, #2a2a3d 100%)",
      "usage": "Dark sections, footers, OG images"
    }
  },
  "designPrinciples": {
    "contrast": {
      "rule": "NEVER place colorful logo on brand gradient backgrounds",
      "reason": "Teal details (#7ead9e) blend into gradient colors and become invisible",
      "solution": "Use neutral dark backgrounds (#191923) for OG images with colorful logo"
    },
    "logoVariants": {
      "colorful": "Use on light backgrounds or neutral dark backgrounds",
      "white": "Use on dark backgrounds (logo contains white elements)",
      "black": "Use on light backgrounds when gradient not desired"
    }
  },
  "typography": {
    "display": {
      "name": "Impact",
      "fallback": "Bebas Neue, Helvetica Bold",
      "weights": ["400"],
      "usage": "Headlines, logo text, H1-H2"
    },
    "body": {
      "name": "Helvetica",
      "fallback": "Arial, sans-serif",
      "weights": ["400", "500"],
      "usage": "Body text, claims, taglines"
    }
  }
}
