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,