/** * 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": "#D5DCF6", "200": "#AABAEE", "300": "#748EE3", "400": "#5575DD", "500": "#2B52D4", "600": "#2242AA", "700": "#1A317F", "800": "#112155", "900": "#09102A" } } } } }