tailwind.config = { theme: { extend: { colors:{ "bg": "#181C1F", "bg-accent": "#14171C", "accent": "#80C1F5", "text": "#FFFFFF" } } } }