You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
468 B
39 lines
468 B
2 years ago
|
export const light = [
|
||
|
'#ffffff',
|
||
|
'#F2F6FC',
|
||
|
'#F5F7FA',
|
||
|
'#F2F3F5',
|
||
|
'#F0F2F5',
|
||
|
'#EBEDF0',
|
||
|
'#efefef',
|
||
|
'#E5EAF3',
|
||
|
'#E6E8EB',
|
||
|
'#e5e6eb',
|
||
|
];
|
||
|
|
||
|
export const dark = [
|
||
|
'#000000',
|
||
|
'#121213',
|
||
|
'#232324',
|
||
|
'#2a2a2b',
|
||
|
'#303133',
|
||
|
'#373739',
|
||
|
'#414142',
|
||
|
'#484849',
|
||
|
'#585860',
|
||
|
'#606266',
|
||
|
];
|
||
|
|
||
|
export const grey = [
|
||
|
'#909399',
|
||
|
'#9b9b9d',
|
||
|
'#A0A0A0',
|
||
|
'#A8ABB2',
|
||
|
'#b6b6b6',
|
||
|
'#bdbdbe',
|
||
|
'#C0C4CC',
|
||
|
'#CDD0D6',
|
||
|
'#D4D7DE',
|
||
|
'#DCDFE6',
|
||
|
];
|