1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
| paletteList = [
Palette('ビビッド','Red',Color(0xFFFF107E)),
Palette('ビビッド','Red',Color(0xFF00CAEB)),
Palette('ビビッド','Red',Color(0xFFFEB42E)),
Palette('ビビッド','Red',Color(0xFFFF7687)),
Palette('ビビッド','Red',Color(0xFF005DB3)),
Palette('ビビッド','Red',Color(0xFFFF3B00)),
Palette('ビビッド','Red',Color(0xFFEF9BCF)),
Palette('ビビッド','Red',Color(0xFFFF9701)),
Palette('ビビッド','Red',Color(0xFF44AC8D)),
Palette('ビビッド','Red',Color(0xFFEBDD3E)),
Palette('ビビッド','Red',Color(0xFFB5184F)),
Palette('ビビッド','Red',Color(0xFFBFEEAA)),
Palette('ビビッド','Red',Color(0xFF00509D)),
Palette('ビビッド','Red',Color(0xFF016344)),
Palette('ビビッド','Red',Color(0xFFFEB621)),
Palette('ビビッド','Red',Color(0xFFF774A8)),
Palette('ビビッド','Red',Color(0xFFFF00C8)),
Palette('ビビッド','Red',Color(0xFF005983)),
Palette('ビビッド','Red',Color(0xFF08EEC0)),
Palette('ビビッド','Red',Color(0xFFA3E375)),
Palette('ビビッド','Red',Color(0xFF017AED)),
Palette('ビビッド','Red',Color(0xFFC59ECB)),
Palette('ビビッド','Red',Color(0xFF4D2C55)),
Palette('ビビッド','Red',Color(0xFFE55321)),
Palette('ソフト','Red',Color(0xFFDCA6BD)),
Palette('ソフト','Red',Color(0xFFFFDD79)),
Palette('ソフト','Red',Color(0xFF789FBB)),
Palette('ソフト','Red',Color(0xFF8FDDBE)),
Palette('ソフト','Red',Color(0xFF329AA0)),
Palette('ソフト','Red',Color(0xFFB9E2AB)),
Palette('ソフト','Red',Color(0xFFEDB57A)),
Palette('ソフト','Red',Color(0xFFCB759B)),
Palette('ソフト','Red',Color(0xFFF39764)),
Palette('ソフト','Red',Color(0xFFD4D5EC)),
Palette('ソフト','Red',Color(0xFFFFB49E)),
Palette('ソフト','Red',Color(0xFFCADFDF)),
Palette('ソフト','Red',Color(0xFFF17F66)),
Palette('ソフト','Red',Color(0xFFFDC33C)),
Palette('ソフト','Red',Color(0xFFB4B5DD)),
Palette('ソフト','Red',Color(0xFFB2D4ED)),
Palette('ソフト','Red',Color(0xFFB0AB4D)),
Palette('ソフト','Red',Color(0xFFF4AFC2)),
Palette('ソフト','Red',Color(0xFFEF9188)),
Palette('ソフト','Red',Color(0xFFB7E8D7)),
Palette('ソフト','Red',Color(0xFFFFA74A)),
Palette('ソフト','Red',Color(0xFF7FBCB1)),
Palette('ソフト','Red',Color(0xFFCBE58A)),
Palette('ソフト','Red',Color(0xFFEA688B)),
Palette('シック','Red',Color(0xFFEAA397)),
Palette('シック','Red',Color(0xFFCF331F)),
Palette('シック','Red',Color(0xFF91A16A)),
Palette('シック','Red',Color(0xFF515478)),
Palette('シック','Red',Color(0xFF2F4638)),
Palette('シック','Red',Color(0xFFC5557F)),
Palette('シック','Red',Color(0xFFADAB7C)),
Palette('シック','Red',Color(0xFF1D6640)),
Palette('シック','Red',Color(0xFFD86976)),
Palette('シック','Red',Color(0xFFDF6E5C)),
Palette('シック','Red',Color(0xFF272F41)),
Palette('シック','Red',Color(0xFF6E9887)),
Palette('シック','Red',Color(0xFFF3AB41)),
Palette('シック','Red',Color(0xFF536951)),
Palette('シック','Red',Color(0xFFFF7247)),
Palette('シック','Red',Color(0xFFC58200)),
Palette('シック','Red',Color(0xFFAC9C0F)),
Palette('シック','Red',Color(0xFF42471A)),
Palette('シック','Red',Color(0xFF02302C)),
Palette('シック','Red',Color(0xFFE0A4AD)),
Palette('シック','Red',Color(0xFF6EAE82)),
Palette('シック','Red',Color(0xFF355C66)),
Palette('シック','Red',Color(0xFF23292E)),
Palette('シック','Red',Color(0xFF7C1A49)),
];
|