/** * 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": "#E3E8E5", "200": "#C7D1CA", "300": "#ABBAB0", "400": "#8FA396", "500": "#738C7C", "600": "#5C7063", "700": "#4C5D52", "800": "#2E3831", "900": "#171C19" } } } } }