/** * 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": "#E6E6E5", "200": "#D6D6D4", "300": "#B4B4B1", "400": "#9B9B97", "500": "#83837C", "600": "#686864", "700": "#4E4E4B", "800": "#343432", "900": "#1A1A19" } } } } }