/** * 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": "#ECEBDF", "200": "#D9D8BF", "300": "#C6C49F", "400": "#B3B07F", "500": "#A09C5F", "600": "#807D4C", "700": "#605E39", "800": "#4E4C2E", "900": "#201F13" } } } } }