/** * 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-5": { "100": "#D2D2F9", "200": "#A6A6F2", "300": "#6969EA", "400": "#4C4CE6", "500": "#1F1FE0", "600": "#1919B3", "700": "#131386", "800": "#0D0D59", "900": "#06062D" } } } } }