/** * 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-2": { "100": "#CCCFFF", "200": "#99A0FF", "300": "#6670FF", "400": "#3341FF", "500": "#0011FF", "600": "#000ECC", "700": "#000A99", "800": "#000766", "900": "#000333" } } } } }