/** * 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-3": { "100": "#DBDBF0", "200": "#B6B7E2", "300": "#9293D3", "400": "#6D6FC5", "500": "#494AB6", "600": "#353684", "700": "#2C2D6D", "800": "#1D1E49", "900": "#0F0F24" } } } } }