/** * 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": { "main-color-1": "#154AD1", "main-color-2": "#2A59D1", "main-color-3": "#3F68D1", "main-color-4": "#5477D1", "main-color-5": "#6986D1", "main-color-6": "#7E95D1", "main-color-7": "#92A4D1", "main-color-8": "#A7B3D1", "main-color-9": "#BCC2D1", "main-color-10": "#D1D1D1" } } } }