/** * 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": "#D7E5F4", "200": "#B0CBE8", "300": "#88B1DD", "400": "#6096D1", "500": "#397CC6", "600": "#2E649E", "700": "#224B77", "800": "#17324F", "900": "#0B1928" } } } } }