/** * 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-1": { "100": "#E2EBE2", "200": "#C3D5C3", "300": "#A4C1A4", "400": "#86AC86", "500": "#689768", "600": "#537953", "700": "#3E5B3E", "800": "#2A3C2A", "900": "#151E15" } } } } }