{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "title": "Forest Mist",
  "version": 2,
  "settings": {
    "color": {
      "palette": [
        {
          "color": "#ffffff",
          "name": "Base",
          "slug": "base"
        },
        {
          "color": "#1e1e1e",
          "name": "Contrast",
          "slug": "contrast"
        },
        {
          "color": "#2e8b57",
          "name": "Primary",
          "slug": "primary"
        },
        {
          "color": "#a0d6b4",
          "name": "Secondary",
          "slug": "secondary"
        },
        {
          "color": "#f2fef6",
          "name": "Tertiary",
          "slug": "tertiary"
        }
      ],
      "gradients": [
        {
          "slug": "simple-gradient",
          "gradient": "linear-gradient(90deg, rgba(46,139,87,1) 50%, rgba(160,214,180,1) 100%)",
          "name": "Simple Gradient"
        }
      ]
    }
  }
}
