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',