/** * 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-3": { "100": "#F0EADB", "200": "#E1D6B7", "300": "#D2C193", "400": "#C3AC6F", "500": "#B4984B", "600": "#967E3E", "700": "#6C5B2D", "800": "#483D1E", "900": "#241E0F" } } } } }