/** * 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-3": { "100": "#DEEDED", "200": "#BDDADB", "300": "#9CC8C9", "400": "#7AB6B8", "500": "#59A3A6", "600": "#478385", "700": "#366263", "800": "#294B4C", "900": "#122121" } } } } }