From f4e77430788d2f0803323519947f74a8a0a5e71f Mon Sep 17 00:00:00 2001 From: Damian Stasik <920747+damianstasik@users.noreply.github.com> Date: Mon, 4 Sep 2023 13:45:43 +0200 Subject: [PATCH] Include additional colors in the palette --- tailwind.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tailwind.config.js b/tailwind.config.js index 51467060..f2f2786e 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -9,7 +9,12 @@ module.exports = { hover: "#7732D0", }, gray: { + 900: "#1B1D20", 700: "#505661", + 600: "#6A7382", + 150: "#DADEE3", + 100: "#E7E9EC", + 50: "#F9F9F9", }, brand: "#933EFF", brandMuted: "#AA4EE7",