diff --git a/colors.html b/colors.html index 7222796..8a14e70 100644 --- a/colors.html +++ b/colors.html @@ -6,7 +6,7 @@ body { font-family: sans-serif; text-align: center; } -#swatch { +.swatch { display: inline-block; min-width: 5em; } @@ -41,6 +41,12 @@ body { svg { clip-path: circle(300px at center); } + +#css1 h1 { + display: inline-block; + margin: 1ex 1em; + width: 5em; +} @@ -62,156 +68,140 @@ svg {

+
+

Plus the sixteen CSS1 colors don't fit well on a color wheel (due to a low/overlapping set of saturation values):

+

black  

+

silver  

+

gray  

+

white  

+

maroon  

+

red  

+

purple  

+

fuchsia  

+

green  

+

lime  

+

olive  

+

yellow  

+

navy  

+

blue  

+

teal  

+

aqua  

+
+