/** * 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-4": { "100": "#E5E6E5", "200": "#CCCCCC", "300": "#B2B3B2", "400": "#989A98", "500": "#7F807F", "600": "#626362", "700": "#4C4D4C", "800": "#333333", "900": "#191A19" } } } } }