/** * 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-9": { "100": "#DEEDED", "200": "#BEDADA", "300": "#9DC8C8", "400": "#7CB6B6", "500": "#5BA4A4", "600": "#498383", "700": "#305656", "800": "#254141", "900": "#122121" } } } } }