/** * 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": "#000B00", "main-color-2": "#010B01", "main-color-3": "#020B02", "main-color-4": "#030B03", "main-color-5": "#040B04", "main-color-6": "#060B06", "main-color-7": "#070B07", "main-color-8": "#080B08", "main-color-9": "#090B09", "main-color-10": "#0A0B0A" } } } }