/** * 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": "#F2EED0", "200": "#E9E2AF", "300": "#DED487", "400": "#D3C55F", "500": "#C8B737", "600": "#A0922C", "700": "#786E21", "800": "#504916", "900": "#28250B" } } } } }