#![no_std] pub const ALICEBLUE: &'static str = "aliceblue"; pub const ANTIQUEWHITE: &'static str = "antiquewhite"; pub const AQUA: &'static str = "aqua"; pub const AQUAMARINE: &'static str = "aquamarine"; pub const AZURE: &'static str = "azure"; pub const BEIGE: &'static str = "beige"; pub const BISQUE: &'static str = "bisque"; pub const BLACK: &'static str = "black"; pub const BLANCHEDALMOND: &'static str = "blanchedalmond"; pub const BLUE: &'static str = "blue"; pub const BLUEVIOLET: &'static str = "blueviolet"; pub const BROWN: &'static str = "brown"; pub const BURLYWOOD: &'static str = "burlywood"; pub const CADETBLUE: &'static str = "cadetblue"; pub const CHARTREUSE: &'static str = "chartreuse"; pub const CHOCOLATE: &'static str = "chocolate"; pub const CORAL: &'static str = "coral"; pub const CORNFLOWERBLUE: &'static str = "cornflowerblue"; pub const CORNSILK: &'static str = "cornsilk"; pub const CRIMSON: &'static str = "crimson"; pub const CYAN: &'static str = "cyan"; pub const DARKBLUE: &'static str = "darkblue"; pub const DARKCYAN: &'static str = "darkcyan"; pub const DARKGOLDENROD: &'static str = "darkgoldenrod"; pub const DARKGRAY: &'static str = "darkgray"; pub const DARKGREEN: &'static str = "darkgreen"; pub const DARKGREY: &'static str = "darkgrey"; pub const DARKKHAKI: &'static str = "darkkhaki"; pub const DARKMAGENTA: &'static str = "darkmagenta"; pub const DARKOLIVEGREEN: &'static str = "darkolivegreen"; pub const DARKORANGE: &'static str = "darkorange"; pub const DARKORCHID: &'static str = "darkorchid"; pub const DARKRED: &'static str = "darkred"; pub const DARKSALMON: &'static str = "darksalmon"; pub const DARKSEAGREEN: &'static str = "darkseagreen"; pub const DARKSLATEBLUE: &'static str = "darkslateblue"; pub const DARKSLATEGRAY: &'static str = "darkslategray"; pub const DARKSLATEGREY: &'static str = "darkslategrey"; pub const DARKTURQUOISE: &'static str = "darkturquoise"; pub const DARKVIOLET: &'static str = "darkviolet"; pub const DEEPPINK: &'static str = "deeppink"; pub const DEEPSKYBLUE: &'static str = "deepskyblue"; pub const DIMGRAY: &'static str = "dimgray"; pub const DIMGREY: &'static str = "dimgrey"; pub const DODGERBLUE: &'static str = "dodgerblue"; pub const FIREBRICK: &'static str = "firebrick"; pub const FLORALWHITE: &'static str = "floralwhite"; pub const FORESTGREEN: &'static str = "forestgreen"; pub const FUCHSIA: &'static str = "fuchsia"; pub const GAINSBORO: &'static str = "gainsboro"; pub const GHOSTWHITE: &'static str = "ghostwhite"; pub const GOLDENROD: &'static str = "goldenrod"; pub const GOLD: &'static str = "gold"; pub const GRAY: &'static str = "gray"; pub const GREEN: &'static str = "green"; pub const GREENYELLOW: &'static str = "greenyellow"; pub const GREY: &'static str = "grey"; pub const HONEYDEW: &'static str = "honeydew"; pub const HOTPINK: &'static str = "hotpink"; pub const INDIANRED: &'static str = "indianred"; pub const INDIGO: &'static str = "indigo"; pub const IVORY: &'static str = "ivory"; pub const KHAKI: &'static str = "khaki"; pub const LAVENDERBLUSH: &'static str = "lavenderblush"; pub const LAVENDER: &'static str = "lavender"; pub const LAWNGREEN: &'static str = "lawngreen"; pub const LEMONCHIFFON: &'static str = "lemonchiffon"; pub const LIGHTBLUE: &'static str = "lightblue"; pub const LIGHTCORAL: &'static str = "lightcoral"; pub const LIGHTCYAN: &'static str = "lightcyan"; pub const LIGHTGOLDENRODYELLOW: &'static str = "lightgoldenrodyellow"; pub const LIGHTGRAY: &'static str = "lightgray"; pub const LIGHTGREEN: &'static str = "lightgreen"; pub const LIGHTGREY: &'static str = "lightgrey"; pub const LIGHTPINK: &'static str = "lightpink"; pub const LIGHTSALMON: &'static str = "lightsalmon"; pub const LIGHTSEAGREEN: &'static str = "lightseagreen"; pub const LIGHTSKYBLUE: &'static str = "lightskyblue"; pub const LIGHTSLATEGRAY: &'static str = "lightslategray"; pub const LIGHTSLATEGREY: &'static str = "lightslategrey"; pub const LIGHTSTEELBLUE: &'static str = "lightsteelblue"; pub const LIGHTYELLOW: &'static str = "lightyellow"; pub const LIME: &'static str = "lime"; pub const LIMEGREEN: &'static str = "limegreen"; pub const LINEN: &'static str = "linen"; pub const MAGENTA: &'static str = "magenta"; pub const MAROON: &'static str = "maroon"; pub const MEDIUMAQUAMARINE: &'static str = "mediumaquamarine"; pub const MEDIUMBLUE: &'static str = "mediumblue"; pub const MEDIUMORCHID: &'static str = "mediumorchid"; pub const MEDIUMPURPLE: &'static str = "mediumpurple"; pub const MEDIUMSEAGREEN: &'static str = "mediumseagreen"; pub const MEDIUMSLATEBLUE: &'static str = "mediumslateblue"; pub const MEDIUMSPRINGGREEN: &'static str = "mediumspringgreen"; pub const MEDIUMTURQUOISE: &'static str = "mediumturquoise"; pub const MEDIUMVIOLETRED: &'static str = "mediumvioletred"; pub const MIDNIGHTBLUE: &'static str = "midnightblue"; pub const MINTCREAM: &'static str = "mintcream"; pub const MISTYROSE: &'static str = "mistyrose"; pub const MOCCASIN: &'static str = "moccasin"; pub const NAVAJOWHITE: &'static str = "navajowhite"; pub const NAVY: &'static str = "navy"; pub const OLDLACE: &'static str = "oldlace"; pub const OLIVE: &'static str = "olive"; pub const OLIVEDRAB: &'static str = "olivedrab"; pub const ORANGE: &'static str = "orange"; pub const ORANGERED: &'static str = "orangered"; pub const ORCHID: &'static str = "orchid"; pub const PALEGOLDENROD: &'static str = "palegoldenrod"; pub const PALEGREEN: &'static str = "palegreen"; pub const PALETURQUOISE: &'static str = "paleturquoise"; pub const PALEVIOLETRED: &'static str = "palevioletred"; pub const PAPAYAWHIP: &'static str = "papayawhip"; pub const PEACHPUFF: &'static str = "peachpuff"; pub const PERU: &'static str = "peru"; pub const PINK: &'static str = "pink"; pub const PLUM: &'static str = "plum"; pub const POWDERBLUE: &'static str = "powderblue"; pub const PURPLE: &'static str = "purple"; pub const REBECCAPURPLE: &'static str = "rebeccapurple"; pub const RED: &'static str = "red"; pub const ROSYBROWN: &'static str = "rosybrown"; pub const ROYALBLUE: &'static str = "royalblue"; pub const SADDLEBROWN: &'static str = "saddlebrown"; pub const SALMON: &'static str = "salmon"; pub const SANDYBROWN: &'static str = "sandybrown"; pub const SEAGREEN: &'static str = "seagreen"; pub const SEASHELL: &'static str = "seashell"; pub const SIENNA: &'static str = "sienna"; pub const SILVER: &'static str = "silver"; pub const SKYBLUE: &'static str = "skyblue"; pub const SLATEBLUE: &'static str = "slateblue"; pub const SLATEGRAY: &'static str = "slategray"; pub const SLATEGREY: &'static str = "slategrey"; pub const SNOW: &'static str = "snow"; pub const SPRINGGREEN: &'static str = "springgreen"; pub const STEELBLUE: &'static str = "steelblue"; pub const TAN: &'static str = "tan"; pub const TEAL: &'static str = "teal"; pub const THISTLE: &'static str = "thistle"; pub const TOMATO: &'static str = "tomato"; pub const TURQUOISE: &'static str = "turquoise"; pub const VIOLET: &'static str = "violet"; pub const WHEAT: &'static str = "wheat"; pub const WHITE: &'static str = "white"; pub const WHITESMOKE: &'static str = "whitesmoke"; pub const YELLOW: &'static str = "yellow"; pub const YELLOWGREEN: &'static str = "yellowgreen";