File tree Expand file tree Collapse file tree 1 file changed +25
-27
lines changed Expand file tree Collapse file tree 1 file changed +25
-27
lines changed Original file line number Diff line number Diff line change 1
1
const colors = [
2
- '#F44336' ,
3
- '#3B2F89' ,
4
- '#E91E63' ,
5
- '#9C27B0' ,
6
- '#2196F3' ,
7
- '#009688' ,
8
- '#00BCD4' ,
9
- '#18FFFF' ,
10
- '#64FFDA' ,
11
- '#CDDC39' ,
12
- '#4CAF50' ,
13
- '#76FF03' ,
14
- '#C6FF00' ,
15
- '#89892F' ,
16
- '#DCAAA0' ,
17
- '#FFC0CB' ,
18
- '#FF9800' ,
19
- '#FF6D00' ,
20
- '#F50057' ,
21
- '#D500F9' ,
22
- '#FFFF00' ,
23
- '#D8BFD8' ,
24
- '#008B8B' ,
25
- '#7FFFD4' ,
26
- '#87CEEB' ,
27
- '#DAA520' ,
28
- '#C0C0C0' ,
2
+ '#E27D60' ,
3
+ '#E3AFBC' ,
4
+ '#E8A87C' ,
5
+ '#C38D9E' ,
6
+ '#41B3A3' ,
7
+ '#2F2FA2' ,
8
+ '#F64C72' ,
9
+ '#DAAD86' ,
10
+ '#8EE4AF' ,
11
+ '#5CDB95' ,
12
+ '#7395AE' ,
13
+ '#501B1D' ,
14
+ '#190061' ,
15
+ '#AFD275' ,
16
+ '#45A29E' ,
17
+ '#D79922' ,
18
+ '#C5CBE3' ,
19
+ '#FFCB9A' ,
20
+ '#E98074' ,
21
+ '#8860D0' ,
22
+ '#5AB9EA' ,
23
+ '#5860E9' ,
24
+ '#84CEEB' ,
25
+ '#F8E9A1' ,
26
+ '#61892F' ,
29
27
] ;
30
28
31
29
const getColor = ( ) => colors [ Math . floor ( Math . random ( ) * colors . length ) ] ;
You can’t perform that action at this time.
0 commit comments