diff --git a/package-lock.json b/package-lock.json
index 935a30144167f3e07fd454cb78ca15f09d61068b..85332d63daeb151817aa1207d498df2621bf70ff 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "edition-node-gulp",
-  "version": "2.19.0",
+  "version": "2.20.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "edition-node-gulp",
-      "version": "2.19.0",
+      "version": "2.20.0",
       "hasInstallScript": true,
       "license": "MIT",
       "dependencies": {
diff --git a/package.json b/package.json
index 5101608e69586dd1801f497605f90b36b31822f3..a2fb62dda484a7c4e8855375c31feb5a666461e3 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "edition-node-gulp",
   "description": "The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.",
-  "version": "2.19.0",
+  "version": "2.20.0",
   "dependencies": {
     "@fullcalendar/core": "^6.1.5",
     "@fullcalendar/daygrid": "^6.1.5",
diff --git a/source/_data/data.json b/source/_data/data.json
index c00338c71ff782661bd6c3822aec763c2ddc368c..1bc804fcfbb69332d8730b7f3f20101b48f1c18a 100644
--- a/source/_data/data.json
+++ b/source/_data/data.json
@@ -186,6 +186,12 @@
       "variants": [
         {"cls": "red-600", "name": "Red 600", "hex": "#d60d53"}
       ]
+    },
+    {
+      "name": "Pirati",
+      "variants": [
+        {"cls": "pirati-yellow", "name": "Yellow", "hex": "#fec934"}
+      ]
     }
   ]
 }
diff --git a/tailwind.config.js b/tailwind.config.js
index 5dd168ad5375b14adc40b98645926395ac00cec6..7043e694d4f86078b4746ec1aacba6c7a1901b5d 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -179,6 +179,9 @@ module.exports = {
         '400': '#840048',
         '500': '#670047',
       },
+      'pirati': {
+        'yellow': '#fec934'
+      },
     },
     container: {
       center: true,