/** * 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-8": { "100": "#E2E2E9", "200": "#C6C4D4", "300": "#A9A7BE", "400": "#8D89A9", "500": "#666286", "600": "#5A5676", "700": "#434158", "800": "#2D2B3B", "900": "#16161D" } } } } }