/** * 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": "#E7E4E4", "200": "#D0C9C8", "300": "#B8AEAD", "400": "#A09392", "500": "#897876", "600": "#6D605F", "700": "#5F5352", "800": "#37302F", "900": "#1B1818" } } } } }