/** * 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-1": { "100": "#DFE2EC", "200": "#BFC5D9", "300": "#9FA9C6", "400": "#7F8CB3", "500": "#5F6FA0", "600": "#4C5980", "700": "#3D4766", "800": "#262C40", "900": "#131620" } } } } }