/** * 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": "#DFE3EC", "200": "#BFC8D9", "300": "#9EABC5", "400": "#7F90B3", "500": "#5F75A0", "600": "#4C5D80", "700": "#394660", "800": "#262F40", "900": "#131720" } } } } }