/** * 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-10": { "100": "#E7E5E4", "200": "#CFCBC9", "300": "#B7B0AE", "400": "#9F9693", "500": "#7F7572", "600": "#6C6360", "700": "#514A48", "800": "#363230", "900": "#1B1918" } } } } }