Files
native-app/tooling/tailwind/colors.ts
2024-02-03 20:33:27 +01:00

15 lines
222 B
TypeScript

export default {
primary: {
100: "#C082FF",
300: "#8D44D6",
400: "#7831BF",
},
secondary: {
50: "#676790",
200: "#3F3F60",
300: "#32324F",
700: "#131322",
},
background: "#0a0a12",
};