/** * 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-7": { "100": "#DDE1EE", "200": "#BBC4DD", "300": "#99A6CC", "400": "#8494C2", "500": "#556BAA", "600": "#445588", "700": "#334066", "800": "#222B44", "900": "#111522" } } } } }