-
Notifications
You must be signed in to change notification settings - Fork 0
/
color.css
58 lines (51 loc) · 1.32 KB
/
color.css
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
#container{
background-color: white
}
#visible{
background-color: white;
}
#gamma{
background-color: #000000;
}
#xray{
background-image: -webkit-linear-gradient(270deg,rgba(68,0,238,1.00) 0%,rgba(109,0,153,1.00) 11.47%,rgba(105,0,153,1.00) 89.95%,rgba(0,0,0,1.00) 100%);
}
#euv, #euvlin{
background-image: linear-gradient(180deg,rgba(77,58,247,1.00) 0%,rgba(68,0,238,1.00) 22.81%);
}
#uvc, #uvclin{
background-image: linear-gradient(180deg,rgba(62,136,255,1.00) 0%,rgba(85,109,255,1.00) 22.29%,rgba(85,109,255,1.00) 77.44%,rgba(77,58,247,1.00) 99.40%);
}
#uvb, #uvblin{
background-image: linear-gradient(180deg,rgba(42,211,255,1.00) 0%,rgba(62,170,253,1.00) 59.33%,rgba(42,163,255,1.00) 79.44%,rgba(62,136,255,1.00) 100%);
}
#uva, #uvalin{
background-image: linear-gradient(180deg,rgba(42,255,255,1.00) 87.54%,rgba(42,211,255,1.00) 100%);
}
#infrared{
background-color: #EE0000;
}
#micro{
background-image: -webkit-linear-gradient(270deg,rgba(255,224,42,1.00) 0%,rgba(255,153,50,1.00) 17.25%,rgba(255,153,50,1.00) 86.59%,rgba(238,0,0,1.00) 100%);
}
#radio{
background: rgba(255,224,42,1);
}
#red {
/*background-color: red;*/
}
#orange {
background-color: orange;
}
#yellow {
background-color: yellow;
}
#green {
background-color: green;
}
#blue {
background-color: blue;
}
#violet {
background-color: violet;
}