/** * 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-10": { "100": "#CCCFFF", "200": "#999FFF", "300": "#666EFF", "400": "#333EFF", "500": "#000EFF", "600": "#000BCC", "700": "#000899", "800": "#000666", "900": "#000333" } } } } }