diff --git a/css-images-4/Overview.bs b/css-images-4/Overview.bs index 261a861f0c9..2aa555cd919 100644 --- a/css-images-4/Overview.bs +++ b/css-images-4/Overview.bs @@ -1701,7 +1701,17 @@ Conic Gradient Examples width: 200px; height: 200px; - + You can also achieve the same effect using "longer" hue interpolation. This is more concise and makes it easy to switch to other color spaces. + +
+			background: radial-gradient(closest-side, gray, transparent),
+			            conic-gradient(in hsl longer hue, red 0 100%);
+			transform: scaleX(-1);
+			border-radius: 50%;
+			width: 200px; height: 200px;
+		
+ + color wheel