{ "version": 2, "title": "Neutral", "description": "Neutral-based palette with four shades", "settings": { "color": { "duotone": [ { "name": "Black and White", "slug": "black-and-white", "colors": [ "#0a0a0a", "#ffffff" ] }, { "name": "Primary and White", "slug": "primary-and-white", "colors": [ "#404040", "#ffffff" ] } ], "palette": [ { "color": "#ffffff", "name": "Base", "slug": "base" }, { "color": "#0a0a0a", "name": "Contrast", "slug": "contrast" }, { "color": "#404040", "name": "Primary", "slug": "primary" }, { "color": "#737373", "name": "Secondary", "slug": "secondary" }, { "color": "#d4d4d4", "name": "Tertiary", "slug": "tertiary" }, { "color": "#f5f5f5", "name": "Quaternary", "slug": "quaternary" } ] } } }