{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "title": "Sea Green",
  "version": 2,
  "settings": {
    "color": {
        "palette": [
                {
                    "color": "#ffffff",
                    "name": "Base",
                    "slug": "base"
                },
                {
                    "color": "#000000",
                    "name": "Contrast",
                    "slug": "contrast"
                },
                {
                    "color": "#016a78",
                    "name": "Primary",
                    "slug": "primary"
                },
                {
                    "color": "#016a78",
                    "name": "Secondary",
                    "slug": "secondary"
                },
                {
                    "color": "#bcd9dd",
                    "name": "Tertiary",
                    "slug": "tertiary"
                },
                {
                    "color": "#c1e6eb",
                    "name": "Fourth",
                    "slug": "fourth"
                }
                
            ]
    }
  }
}