/** * 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": "#E5E7E4", "200": "#CBCFC9", "300": "#A5ABA1", "400": "#989F93", "500": "#7E8778", "600": "#656C60", "700": "#4C5148", "800": "#323630", "900": "#191B18" } } } } }