Modify color palette in tailwind.config.js

Updated color values for the theme in tailwind.config.js.
This commit is contained in:
lora322 2025-09-21 16:21:46 -04:00 committed by GitHub
parent 110730015d
commit 9d3fe6d361
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,18 +55,18 @@ module.exports = {
green: '#00B448', green: '#00B448',
orange: '#FFAA00', orange: '#FFAA00',
red: '#F20041', red: '#F20041',
900: '#14142A', 900: '#141F2A',
800: '#4E4B66', 800: '#4b5b66',
700: '#6E7191', 700: '#5e7785',
600: '#A0A3BD', 600: '#244E5E',
500: '#D9DBE9', 500: '#B8C8D4',
400: '#EFF0F6', 400: '#EFF3F6',
300: '#F7F7FC', 300: '#F7FAFC',
}, },
pastelEmeraldTheme: { pastelEmeraldTheme: {
text: '#515564', text: '#515564',
iconsColor: '#030A0D', iconsColor: '#244E5E',
mainBG: '#FFFFFF', mainBG: '#FFFFFF',
buttonColor: '#244E5E', buttonColor: '#244E5E',
outsideCardColor: '#D0E1E9', outsideCardColor: '#D0E1E9',