/** * 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": "#EAE1E1", "200": "#D6C3C2", "300": "#C1A5A4", "400": "#AC8786", "500": "#9A6C6B", "600": "#795453", "700": "#5B3F3E", "800": "#3D2A29", "900": "#1E1515" } } } } }