{ "version": 2, "title": "Slate", "description": "Slate-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": [ "#334155", "#ffffff" ] } ], "palette": [ { "color": "#ffffff", "name": "Base", "slug": "base" }, { "color": "#0a0a0a", "name": "Contrast", "slug": "contrast" }, { "color": "#334155", "name": "Primary", "slug": "primary" }, { "color": "#64748b", "name": "Secondary", "slug": "secondary" }, { "color": "#cbd5e1", "name": "Tertiary", "slug": "tertiary" }, { "color": "#f1f5f9", "name": "Quaternary", "slug": "quaternary" } ] } } }