/** * 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-8": { "100": "#E6E6E5", "200": "#CCCCCC", "300": "#ABABAA", "400": "#9A9A98", "500": "#80807F", "600": "#676765", "700": "#4D4D4C", "800": "#333333", "900": "#1A1A19" } } } } }