UNPKG
bixi
Version:
latest (9.8.1)
9.8.1
9.6.0
0.0.1-pdf-test
企业级中后台前端解决方案
bixi.datagrand.com
bixi
/
packages
/
core
/
utils
/
color.ts
20 lines
(18 loc)
•
242 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
export
const
PRESET_COLORS
= [
'#F67672'
,
'#F99A41'
,
'#FAC10A'
,
'#AADF8A'
,
'#60D7B1'
,
'#478CFF'
,
'#A97BF8'
,
'#F36E9F'
,
'#5871B0'
,
'#0076BB'
,
'#D75200'
,
'#D3A402'
,
'#418426'
,
'#465814'
,
'#A65A50'
,
'#CE8F6B'
];