/** * 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-3": { "100": "#E7E4E6", "200": "#CECACD", "300": "#C0BABE", "400": "#9E949B", "500": "#857A81", "600": "#6B6168", "700": "#50494E", "800": "#353134", "900": "#1B181A" } } } } }