/** * 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-5": { "100": "#E1EAEA", "200": "#C4D4D4", "300": "#A6BFBF", "400": "#88AAAA", "500": "#6B9494", "600": "#557777", "700": "#405959", "800": "#2B3B3B", "900": "#1C2727" } } } } }