/** * 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": "#E2E8E9", "200": "#C6D2D2", "300": "#ACBDBE", "400": "#8DA4A5", "500": "#708D8F", "600": "#5A7172", "700": "#435556", "800": "#2D3939", "900": "#161C1D" } } } } }