/** * 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": "#D4D8F7", "200": "#A8B1F0", "300": "#7D89E8", "400": "#5262E0", "500": "#263BD9", "600": "#1F30B0", "700": "#172382", "800": "#0F1857", "900": "#080C2B" } } } } }