/** * 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-2": { "100": "#CCD4FF", "200": "#99A8FF", "300": "#667CFF", "400": "#3351FF", "500": "#0025FF", "600": "#001ECC", "700": "#001699", "800": "#000F66", "900": "#000A44" } } } } }