/** * 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-1": { "100": "#E4E6E7", "200": "#C9CDCF", "300": "#AEB4B7", "400": "#8C959A", "500": "#778288", "600": "#5F686D", "700": "#484E51", "800": "#303436", "900": "#181A1B" } } } } }