mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-30 16:43:37 +00:00
10 lines
131 B
TypeScript
10 lines
131 B
TypeScript
export const colors = [
|
|
'#E57373',
|
|
'#9575CD',
|
|
'#4FC3F7',
|
|
'#81C784',
|
|
'#FFF176',
|
|
'#FF8A65',
|
|
'#F06292',
|
|
'#7986CB',
|
|
];
|