/** * 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": "#E5E4E7", "200": "#CBCACE", "300": "#B0AFB6", "400": "#9F9DA6", "500": "#7C7986", "600": "#63616B", "700": "#4A4950", "800": "#323135", "900": "#19181B" } } } } }