/** * 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-1": { "100": "#DEE9ED", "200": "#BDD3DB", "300": "#ABC7D1", "400": "#7BA7B7", "500": "#5A91A5", "600": "#487484", "700": "#365763", "800": "#243A42", "900": "#121D21" } } } } }