/** * 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": "#E9E2E5", "200": "#D3C5CC", "300": "#BDA8B2", "400": "#A78B98", "500": "#916E7E", "600": "#745865", "700": "#57424C", "800": "#3F3037", "900": "#1D1619" } } } } }