/** * 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-2": { "100": "#FCE0CF", "200": "#F8C1A0", "300": "#F5A370", "400": "#F28440", "500": "#DC5D0F", "600": "#BF510D", "700": "#8F3D0A", "800": "#5F2807", "900": "#301403" } } } } }