/** @type {import('tailwindcss').Config} */ module.exports = { content: ["index.html", "./node_modules/flowbite/**/*.js"], theme: { extend: { colors: { maincol: { 50: 'oklch(74.746% 0.14552 294.81)', 100: 'oklch(69.968% 0.17443 293.46)', 200: 'oklch(60.861% 0.22942 290)', 300: 'oklch(53.31% 0.27191 284.48)', 400: 'oklch(48.41% 0.29592 276.8)', 500: 'oklch(43.228% 0.2715 275.08)', 600: 'oklch(37.476% 0.23377 275.94)', 700: 'oklch(31.291% 0.19366 276.95)', 800: 'oklch(24.793% 0.15139 278.74)', 900: 'oklch(15.192% 0.08843 285.58)', 950: 'oklch(9.8542% 0.05352 296.92)', } } }, }, plugins: [ require('flowbite/plugin') ], }