/** * To use these colors in Tailwind, you need to extend your tailwind.config.js file. * * For details see: * https://tailwindcss.com/docs/customizing-colors/#extending-the-default-palette * * To use own names for the colors, change the node names "main-color-*" and "color-*". */ { "theme": { "extend": { "colors": { "color-2": { "100": "#E5E4E7", "200": "#CBC9CF", "300": "#B1AEB7", "400": "#97949E", "500": "#7D7986", "600": "#64616B", "700": "#4B4851", "800": "#323036", "900": "#1C1B1E" } } } } }