{
  "schemaVersion": "1.0",
  "name": "CColorPalette",
  "canonicalUrl": "https://ccolorpalette.com/",
  "description": "Free interactive color palette generator with editing, accessibility analysis, conversion, and export tools.",
  "authentication": "none",
  "pricing": "free",
  "palette": {
    "minimumColors": 2,
    "maximumColors": 8,
    "urlTemplate": "https://ccolorpalette.com/{HEX}-{HEX}",
    "hexFormat": "Six hexadecimal characters without a leading #; values are separated by hyphens.",
    "example": "https://ccolorpalette.com/2563A8-4B8BC2-89B9D5-E8F2F7-F8E7D4"
  },
  "actions": [
    { "name": "generatePalette", "url": "https://ccolorpalette.com/", "interaction": "Activate the labelled generation control; keyboard users may press Space." },
    { "name": "openPalette", "urlTemplate": "https://ccolorpalette.com/{HEX}-{HEX}" },
    { "name": "convertColor", "url": "https://ccolorpalette.com/tools/color-converter" },
    { "name": "checkContrast", "url": "https://ccolorpalette.com/tools/contrast-checker" },
    { "name": "explorePalettes", "url": "https://ccolorpalette.com/explore" },
    { "name": "readColorGuides", "url": "https://ccolorpalette.com/guides" }
  ],
  "generatorControls": ["generate", "edit HEX", "lock", "add", "remove", "reorder", "shades", "undo", "redo", "harmony", "mood"],
  "accessibilityFeatures": ["WCAG text contrast", "adjacent color contrast", "protanopia simulation", "deuteranopia simulation", "tritanopia simulation", "achromatopsia simulation", "touch controls", "semantic control labels"],
  "exportFormats": ["URL", "CSS", "Tailwind CSS", "SCSS", "JSON", "JavaScript object", "CMYK values", "SVG", "PNG"],
  "conversionFormats": ["HEX", "RGB", "HSL", "OKLCH", "CMYK"],
  "documentation": "https://ccolorpalette.com/llms-full.txt",
  "sitemap": "https://ccolorpalette.com/sitemap.xml"
}
