/** * 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-9": { "100": "#E5E6E6", "200": "#C6C7C7", "300": "#B2B3B3", "400": "#989A9A", "500": "#7E8181", "600": "#656767", "700": "#4C4D4D", "800": "#333333", "900": "#191A1A" } } } } }