/** * 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-2": { "100": "#E6E5E5", "200": "#C9C5C5", "300": "#B5B0B0", "400": "#9D9595", "500": "#847B7B", "600": "#6A6262", "700": "#4F4A4A", "800": "#353131", "900": "#1A1919" } } } } }