File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 color : blue;
77 color : indigo;
88 color : violet;
9+
10+ color : # ff0000 ;
11+ color : # ffa500ff ;
12+ color : rgb (255 , 255 , 0 );
13+ color : rgba (0 , 128 , 0 , 100% );
14+ color : hsl (240 , 100% , 50% );
15+ color : hsla (274.62 , 100% , 25.49% , 100% );
16+ color : hwb (300 50.98 6.6667 );
17+
18+ color : color (srgb 1 0 0 );
19+ color : color (srgb 1 0.64706 0 / 1 );
20+ color : color (a98-rgb 1 1 0.23442 );
21+ color : color (display-p3 0.21604 0.49418 0.13151 );
22+ color : color (display-p3-linear 0 0 0.91052 );
23+ color : color (rec2020 0.29596 0.12947 0.51254 );
24+ color : color (srgb-linear 0.85499 0.22322 0.85499 );
25+
26+ color : color (xyz-d65 0.41239 0.21264 0.01933 );
27+ color : color (xyz-d50 0.58098 0.49223 0.05045 );
28+ color : lab (97.607 -15.75 93.394 );
29+ color : lch (46.278 67.984 134.38 );
30+ color : oklab (0.45201 -0.03246 -0.31153 );
31+ color : oklch (0.33899 0.17927 301.69 );
932}
You can’t perform that action at this time.
0 commit comments