/** * 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": "#CED3FD", "200": "#9DA7FB", "300": "#6C7BF9", "400": "#3B4FF7", "500": "#0A23F5", "600": "#081CC4", "700": "#061593", "800": "#040E61", "900": "#020731" } } } } }