/** * 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-6": { "100": "#CDE5FE", "200": "#9BCBFD", "300": "#69B1FC", "400": "#429CFB", "500": "#057CFA", "600": "#0463C8", "700": "#034B96", "800": "#023264", "900": "#011932" } } } } }