/** * 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": "#E3E6E8", "200": "#C7CDD1", "300": "#ABB4BA", "400": "#8E9AA4", "500": "#72818D", "600": "#63707A", "700": "#454E54", "800": "#2E3438", "900": "#171A1C" } } } } }