From 9d3fe6d361c0a587ffe660bfc3561170e8ec011d Mon Sep 17 00:00:00 2001 From: lora322 <39804183+lora322@users.noreply.github.com> Date: Sun, 21 Sep 2025 16:21:46 -0400 Subject: [PATCH] Modify color palette in tailwind.config.js Updated color values for the theme in tailwind.config.js. --- frontend/tailwind.config.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js index 1f65c30..fdfd973 100644 --- a/frontend/tailwind.config.js +++ b/frontend/tailwind.config.js @@ -55,18 +55,18 @@ module.exports = { green: '#00B448', orange: '#FFAA00', red: '#F20041', - 900: '#14142A', - 800: '#4E4B66', - 700: '#6E7191', - 600: '#A0A3BD', - 500: '#D9DBE9', - 400: '#EFF0F6', - 300: '#F7F7FC', + 900: '#141F2A', + 800: '#4b5b66', + 700: '#5e7785', + 600: '#244E5E', + 500: '#B8C8D4', + 400: '#EFF3F6', + 300: '#F7FAFC', }, pastelEmeraldTheme: { text: '#515564', - iconsColor: '#030A0D', + iconsColor: '#244E5E', mainBG: '#FFFFFF', buttonColor: '#244E5E', outsideCardColor: '#D0E1E9',