/** * 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": "#FEFBCD", "200": "#FDF79B", "300": "#FCF469", "400": "#FBF148", "500": "#FAEC05", "600": "#C8BD04", "700": "#968E03", "800": "#645E02", "900": "#322F01" } } } } }