/** * 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": "#DEE6ED", "200": "#BDCCDB", "300": "#9CB3C9", "400": "#7B99B7", "500": "#5A80A5", "600": "#45627F", "700": "#364D63", "800": "#243342", "900": "#121A21" } } } } }