/** * 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": "#EAE9E1", "200": "#D5D4C3", "300": "#C0BEA5", "400": "#ACA886", "500": "#979368", "600": "#797553", "700": "#4E4C36", "800": "#3C3B2A", "900": "#1E1D15" } } } } }