/** * 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": "#E4E7E6", "200": "#C9CFCE", "300": "#AEB7B5", "400": "#939F9C", "500": "#788783", "600": "#606C69", "700": "#48514F", "800": "#303635", "900": "#202423" } } } } }