/** * 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-6": { "100": "#FDFDCE", "200": "#FBFB9D", "300": "#FAFA7A", "400": "#F8F83A", "500": "#F6F609", "600": "#C5C507", "700": "#939306", "800": "#626204", "900": "#313102" } } } } }