/** * 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": "#F8EFD3", "200": "#F0DFA8", "300": "#E9D07C", "400": "#E1BE4B", "500": "#DBB024", "600": "#AF8D1D", "700": "#836A16", "800": "#57460F", "900": "#2C2307" } } } } }