{ "$schema": "https://schemas.wp.org/trunk/theme.json", "title": "Gray", "version": 2, "settings": { "color": { "palette": [ { "color": "#000000", "name": "Contrast", "slug": "contrast" }, { "color": "#808080", "name": "Primary", "slug": "primary" }, { "color": "#552C41", "name": "Secondary", "slug": "secondary" }, { "color": "#808080", "name": "Secondary Second", "slug": "secondary-second" }, { "color": "#808080", "name": "Secondary Third", "slug": "secondary-third" }, { "color": "#552C41", "name": "Secondary Fourth", "slug": "secondary-fourth" }, { "color": "#552C41", "name": "Tertiary", "slug": "tertiary" }, { "color": "#ffffff", "name": "Base", "slug": "base" } ], "gradients": [ { "gradient": "linear-gradient(256deg, #8080803b 0%, #552C4133 100%)", "name": "Vertical secondary to tertiary", "slug": "vertical-secondary-to-tertiary" } ] } } }