/** * 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": "#DFDFE4", "200": "#C8C8D0", "300": "#ACACB9", "400": "#9090A2", "500": "#75758A", "600": "#5D5D6F", "700": "#464653", "800": "#2F2F37", "900": "#17171C" } } } } }