/** * 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": "#E2E5E9", "200": "#C3C9D1", "300": "#A8B1BD", "400": "#8C97A6", "500": "#6F7D90", "600": "#596473", "700": "#424B57", "800": "#2C323A", "900": "#16191D" } } } } }