/** * 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": "#D8D4F7", "200": "#B5ADF0", "300": "#8A7EE7", "400": "#6353DF", "500": "#3C27D8", "600": "#3020AC", "700": "#241881", "800": "#181056", "900": "#0C082B" } } } } }