/** * 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": "#E9EAE1", "200": "#D3D4C4", "300": "#BDBFA6", "400": "#A6AA88", "500": "#90946B", "600": "#737755", "700": "#575940", "800": "#454733", "900": "#1D1E15" } } } } }