From da6ab623f1cc5485e1b249ee085ed835946093c6 Mon Sep 17 00:00:00 2001
From: xaralis <filip.varecha@fragaria.cz>
Date: Wed, 30 Dec 2020 14:18:23 +0100
Subject: [PATCH] feat: add more yellow variants

---
 source/_data/data.json | 6 ++++--
 tailwind.config.js     | 2 ++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/source/_data/data.json b/source/_data/data.json
index 867ad2d..8d9b615 100755
--- a/source/_data/data.json
+++ b/source/_data/data.json
@@ -124,7 +124,7 @@
     {
       "name": "Olive",
       "variants": [
-        {"cls": "olive-100", "name": "Olive 100", "hex": "#d6e8b3"},
+        {"cls": "olive-100", "name": "Olive 100", "hex": "#d6e8b3"}
       ]
     },
     {
@@ -139,7 +139,9 @@
       "name": "Yellow",
       "variants": [
         {"cls": "yellow-100", "name": "Yellow 100", "hex": "#fff7bf"},
-        {"cls": "yellow-200", "name": "Yellow 200", "hex": "#f7f38a"}
+        {"cls": "yellow-200", "name": "Yellow 200", "hex": "#f7f38a"},
+        {"cls": "yellow-300", "name": "Yellow 300", "hex": "#ffea5a"},
+        {"cls": "yellow-400", "name": "Yellow 400", "hex": "#fde119"}
       ]
     },
     {
diff --git a/tailwind.config.js b/tailwind.config.js
index 927c8cf..a53158e 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -124,6 +124,8 @@ module.exports = {
       'yellow': {
         '100': '#fff7bf',
         '200': '#f7f38a',
+        '300': '#ffea5a',
+        '400': '#fde119',
       },
       'red': {
         '600': '#d60d53'
-- 
GitLab