/** * 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": "#DADFF1", "200": "#B5C0E3", "300": "#90A0D5", "400": "#6B80C7", "500": "#4661B9", "600": "#334788", "700": "#2A3A6F", "800": "#1C274A", "900": "#0E1325" } } } } }