/** * 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-5": { "100": "#E7E4E7", "200": "#CFC9CE", "300": "#B8ADB6", "400": "#A0929D", "500": "#90808D", "600": "#6D5F6A", "700": "#524750", "800": "#363035", "900": "#1B181B" } } } } }