{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 2,
  "title": "Lavender",
  "settings": {
    "color": {
      "palette": [
        {
          "color": "#f2dbfa",
          "name": "Primary",
          "slug": "primary"
        },
        {
          "color": "#3f0a39",
          "name": "Secondary",
          "slug": "secondary"
        },
        {
          "color": "#f77aff",
          "name": "Button Color",
          "slug": "button-color"
        },
        {
          "color": "#1A1A1A",
          "name": "Heading Color",
          "slug": "heading-color"
        },
        {
          "color": "#ffffff",
          "name": "Base",
          "slug": "base"
        },
        {
          "color": "#1C1D1C",
          "name": "Contrast",
          "slug": "contrast"
        },
        {
          "color": "#232323",
          "name": "Contrast / Two",
          "slug": "contrast-2"
        },
        {
          "color": "#fcfcfc",
          "name": "Link Color",
          "slug": "link-color"
        }
      ]
    }
  }
}
