/** * 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": "#E5E5E6", "200": "#CBCACE", "300": "#B2B0B5", "400": "#98969C", "500": "#7E7C83", "600": "#656369", "700": "#4C4A4F", "800": "#313033", "900": "#19191A" } } } } }