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
| <style>
.huang{background-color:yellow;} .lightyellow{background-color:lightyellow;} .lemonchiffon{background-color:lemonchiffon;} .gold{background-color:gold;} .khaki{background-color:khaki;}
.plum{background-color:plum;} .lavender{background-color:lavender;} .violet{background-color:violet;} .indigo{background-color:indigo;} .thistle{background-color:thistle;} .purple{background-color:purple;}
.lightblue{background-color:lightblue;} .skyblue{background-color:skyblue;} .darkblue{background-color:darkblue;} .aliceblue{background-color:aliceblue;} .lightcyan{background-color:lightcyan;} .cyan{background-color:cyan;} .royalblue{background-color:royalblue;} .navy{background-color:navy;} .cadetblue{background-color:cadetblue;} .slateblue{background-color:slateblue;} .steelblue{background-color:steelblue;} .turquoise{background-color:turquoise;} .aquamarine{background-color:aquamarine;}
.lightcoral{background-color:lightcoral;} .lightpink{background-color:lightpink;} .crimson{background-color:crimson;} .orangered{background-color:orangered;} .rosybrown{background-color:rosybrown;} .salmon{background-color:salmon;}
.lightgreen{background-color:lightgreen;} .lawngreen{background-color:lawngreen;} .mintcream{background-color:mintcream;} .darkgreen{background-color:darkgreen;} .lime{background-color:lime;}
.peachpuff{background-color:peachpuff;} .pink{background-color:pink;} .hotpink{background-color:hotpink;} </style>
|