/** * 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": "#E4E7E7", "200": "#C8D0D0", "300": "#ADB8B8", "400": "#91A1A1", "500": "#6A7C7C", "600": "#5E6E6E", "700": "#475252", "800": "#2F3737", "900": "#181B1B" } } } } }