/** * 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-4": { "100": "#E8E8E3", "200": "#D2D2C6", "300": "#BBBBAA", "400": "#A4A48E", "500": "#8E8E71", "600": "#71715B", "700": "#555544", "800": "#39392D", "900": "#23231C" } } } } }