module.exports = {
theme: {
extend: {
colors: {
custom: {
50: "#ccccff",
100: "#b3b3ff",
200: "#8080ff",
300: "#5050fb",
400: "#2727f1",
500: "#1717cf",
600: "#19199a",
700: "#171769",
800: "#11113c",
900: "#070713",
},
},
},
},
};