/** * 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-8": { "100": "#F6DBD5", "200": "#F1C5BA", "300": "#E59480", "400": "#DD7055", "500": "#D44D2B", "600": "#AA3D22", "700": "#7F2E1A", "800": "#551F11", "900": "#2A0F09" } } } } }