/** * 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": "#DED9DA", "200": "#D0C8CA", "300": "#B8ADAF", "400": "#A09295", "500": "#88777A", "600": "#6D5F62", "700": "#524749", "800": "#372F31", "900": "#1B1818" } } } } }