millelibri/frontend/src/constants/color.ts

13 lines
158 B
TypeScript
Raw Normal View History

2023-01-07 20:40:21 +00:00
export const colorSchemes = [
'red',
'orange',
'yellow',
'green',
'teal',
'blue',
'cyan',
'purple',
'pink',
'gray'
];