use super::Rgba8;
pub fn lookup_name(name: &str) -> Option<Rgba8> {
match name {
"cloudy blue" => Some(Rgba8::from_hex(b"#acc2d9")),
"dark pastel green" => Some(Rgba8::from_hex(b"#56ae57")),
"dust" => Some(Rgba8::from_hex(b"#b2996e")),
"electric lime" => Some(Rgba8::from_hex(b"#a8ff04")),
"fresh green" => Some(Rgba8::from_hex(b"#69d84f")),
"light eggplant" => Some(Rgba8::from_hex(b"#894585")),
"nasty green" => Some(Rgba8::from_hex(b"#70b23f")),
"really light blue" => Some(Rgba8::from_hex(b"#d4ffff")),
"tea" => Some(Rgba8::from_hex(b"#65ab7c")),
"warm purple" => Some(Rgba8::from_hex(b"#952e8f")),
"yellowish tan" => Some(Rgba8::from_hex(b"#fcfc81")),
"cement" => Some(Rgba8::from_hex(b"#a5a391")),
"dark grass green" => Some(Rgba8::from_hex(b"#388004")),
"dusty teal" => Some(Rgba8::from_hex(b"#4c9085")),
"grey teal" => Some(Rgba8::from_hex(b"#5e9b8a")),
"macaroni and cheese" => Some(Rgba8::from_hex(b"#efb435")),
"pinkish tan" => Some(Rgba8::from_hex(b"#d99b82")),
"spruce" => Some(Rgba8::from_hex(b"#0a5f38")),
"strong blue" => Some(Rgba8::from_hex(b"#0c06f7")),
"toxic green" => Some(Rgba8::from_hex(b"#61de2a")),
"windows blue" => Some(Rgba8::from_hex(b"#3778bf")),
"blue blue" => Some(Rgba8::from_hex(b"#2242c7")),
"blue with a hint of purple" => Some(Rgba8::from_hex(b"#533cc6")),
"booger" => Some(Rgba8::from_hex(b"#9bb53c")),
"bright sea green" => Some(Rgba8::from_hex(b"#05ffa6")),
"dark green blue" => Some(Rgba8::from_hex(b"#1f6357")),
"deep turquoise" => Some(Rgba8::from_hex(b"#017374")),
"green teal" => Some(Rgba8::from_hex(b"#0cb577")),
"strong pink" => Some(Rgba8::from_hex(b"#ff0789")),
"bland" => Some(Rgba8::from_hex(b"#afa88b")),
"deep aqua" => Some(Rgba8::from_hex(b"#08787f")),
"lavender pink" => Some(Rgba8::from_hex(b"#dd85d7")),
"light moss green" => Some(Rgba8::from_hex(b"#a6c875")),
"light seafoam green" => Some(Rgba8::from_hex(b"#a7ffb5")),
"olive yellow" => Some(Rgba8::from_hex(b"#c2b709")),
"pig pink" => Some(Rgba8::from_hex(b"#e78ea5")),
"deep lilac" => Some(Rgba8::from_hex(b"#966ebd")),
"desert" => Some(Rgba8::from_hex(b"#ccad60")),
"dusty lavender" => Some(Rgba8::from_hex(b"#ac86a8")),
"purpley grey" => Some(Rgba8::from_hex(b"#947e94")),
"purply" => Some(Rgba8::from_hex(b"#983fb2")),
"candy pink" => Some(Rgba8::from_hex(b"#ff63e9")),
"light pastel green" => Some(Rgba8::from_hex(b"#b2fba5")),
"boring green" => Some(Rgba8::from_hex(b"#63b365")),
"kiwi green" => Some(Rgba8::from_hex(b"#8ee53f")),
"light grey green" => Some(Rgba8::from_hex(b"#b7e1a1")),
"orange pink" => Some(Rgba8::from_hex(b"#ff6f52")),
"tea green" => Some(Rgba8::from_hex(b"#bdf8a3")),
"very light brown" => Some(Rgba8::from_hex(b"#d3b683")),
"egg shell" => Some(Rgba8::from_hex(b"#fffcc4")),
"eggplant purple" => Some(Rgba8::from_hex(b"#430541")),
"powder pink" => Some(Rgba8::from_hex(b"#ffb2d0")),
"reddish grey" => Some(Rgba8::from_hex(b"#997570")),
"baby shit brown" => Some(Rgba8::from_hex(b"#ad900d")),
"liliac" => Some(Rgba8::from_hex(b"#c48efd")),
"stormy blue" => Some(Rgba8::from_hex(b"#507b9c")),
"ugly brown" => Some(Rgba8::from_hex(b"#7d7103")),
"custard" => Some(Rgba8::from_hex(b"#fffd78")),
"darkish pink" => Some(Rgba8::from_hex(b"#da467d")),
"deep brown" => Some(Rgba8::from_hex(b"#410200")),
"greenish beige" => Some(Rgba8::from_hex(b"#c9d179")),
"manilla" => Some(Rgba8::from_hex(b"#fffa86")),
"off blue" => Some(Rgba8::from_hex(b"#5684ae")),
"battleship grey" => Some(Rgba8::from_hex(b"#6b7c85")),
"browny green" => Some(Rgba8::from_hex(b"#6f6c0a")),
"bruise" => Some(Rgba8::from_hex(b"#7e4071")),
"kelley green" => Some(Rgba8::from_hex(b"#009337")),
"sickly yellow" => Some(Rgba8::from_hex(b"#d0e429")),
"sunny yellow" => Some(Rgba8::from_hex(b"#fff917")),
"azul" => Some(Rgba8::from_hex(b"#1d5dec")),
"darkgreen" => Some(Rgba8::from_hex(b"#054907")),
"green/yellow" => Some(Rgba8::from_hex(b"#b5ce08")),
"lichen" => Some(Rgba8::from_hex(b"#8fb67b")),
"light light green" => Some(Rgba8::from_hex(b"#c8ffb0")),
"pale gold" => Some(Rgba8::from_hex(b"#fdde6c")),
"sun yellow" => Some(Rgba8::from_hex(b"#ffdf22")),
"tan green" => Some(Rgba8::from_hex(b"#a9be70")),
"burple" => Some(Rgba8::from_hex(b"#6832e3")),
"butterscotch" => Some(Rgba8::from_hex(b"#fdb147")),
"toupe" => Some(Rgba8::from_hex(b"#c7ac7d")),
"dark cream" => Some(Rgba8::from_hex(b"#fff39a")),
"indian red" => Some(Rgba8::from_hex(b"#850e04")),
"light lavendar" => Some(Rgba8::from_hex(b"#efc0fe")),
"poison green" => Some(Rgba8::from_hex(b"#40fd14")),
"baby puke green" => Some(Rgba8::from_hex(b"#b6c406")),
"bright yellow green" => Some(Rgba8::from_hex(b"#9dff00")),
"charcoal grey" => Some(Rgba8::from_hex(b"#3c4142")),
"squash" => Some(Rgba8::from_hex(b"#f2ab15")),
"cinnamon" => Some(Rgba8::from_hex(b"#ac4f06")),
"light pea green" => Some(Rgba8::from_hex(b"#c4fe82")),
"radioactive green" => Some(Rgba8::from_hex(b"#2cfa1f")),
"raw sienna" => Some(Rgba8::from_hex(b"#9a6200")),
"baby purple" => Some(Rgba8::from_hex(b"#ca9bf7")),
"cocoa" => Some(Rgba8::from_hex(b"#875f42")),
"light royal blue" => Some(Rgba8::from_hex(b"#3a2efe")),
"orangeish" => Some(Rgba8::from_hex(b"#fd8d49")),
"rust brown" => Some(Rgba8::from_hex(b"#8b3103")),
"sand brown" => Some(Rgba8::from_hex(b"#cba560")),
"swamp" => Some(Rgba8::from_hex(b"#698339")),
"tealish green" => Some(Rgba8::from_hex(b"#0cdc73")),
"burnt siena" => Some(Rgba8::from_hex(b"#b75203")),
"camo" => Some(Rgba8::from_hex(b"#7f8f4e")),
"dusk blue" => Some(Rgba8::from_hex(b"#26538d")),
"fern" => Some(Rgba8::from_hex(b"#63a950")),
"old rose" => Some(Rgba8::from_hex(b"#c87f89")),
"pale light green" => Some(Rgba8::from_hex(b"#b1fc99")),
"peachy pink" => Some(Rgba8::from_hex(b"#ff9a8a")),
"rosy pink" => Some(Rgba8::from_hex(b"#f6688e")),
"light bluish green" => Some(Rgba8::from_hex(b"#76fda8")),
"light bright green" => Some(Rgba8::from_hex(b"#53fe5c")),
"light neon green" => Some(Rgba8::from_hex(b"#4efd54")),
"light seafoam" => Some(Rgba8::from_hex(b"#a0febf")),
"tiffany blue" => Some(Rgba8::from_hex(b"#7bf2da")),
"washed out green" => Some(Rgba8::from_hex(b"#bcf5a6")),
"browny orange" => Some(Rgba8::from_hex(b"#ca6b02")),
"nice blue" => Some(Rgba8::from_hex(b"#107ab0")),
"sapphire" => Some(Rgba8::from_hex(b"#2138ab")),
"greyish teal" => Some(Rgba8::from_hex(b"#719f91")),
"orangey yellow" => Some(Rgba8::from_hex(b"#fdb915")),
"parchment" => Some(Rgba8::from_hex(b"#fefcaf")),
"straw" => Some(Rgba8::from_hex(b"#fcf679")),
"very dark brown" => Some(Rgba8::from_hex(b"#1d0200")),
"terracota" => Some(Rgba8::from_hex(b"#cb6843")),
"ugly blue" => Some(Rgba8::from_hex(b"#31668a")),
"clear blue" => Some(Rgba8::from_hex(b"#247afd")),
"creme" => Some(Rgba8::from_hex(b"#ffffb6")),
"foam green" => Some(Rgba8::from_hex(b"#90fda9")),
"grey/green" => Some(Rgba8::from_hex(b"#86a17d")),
"light gold" => Some(Rgba8::from_hex(b"#fddc5c")),
"seafoam blue" => Some(Rgba8::from_hex(b"#78d1b6")),
"topaz" => Some(Rgba8::from_hex(b"#13bbaf")),
"violet pink" => Some(Rgba8::from_hex(b"#fb5ffc")),
"wintergreen" => Some(Rgba8::from_hex(b"#20f986")),
"yellow tan" => Some(Rgba8::from_hex(b"#ffe36e")),
"dark fuchsia" => Some(Rgba8::from_hex(b"#9d0759")),
"indigo blue" => Some(Rgba8::from_hex(b"#3a18b1")),
"light yellowish green" => Some(Rgba8::from_hex(b"#c2ff89")),
"pale magenta" => Some(Rgba8::from_hex(b"#d767ad")),
"rich purple" => Some(Rgba8::from_hex(b"#720058")),
"sunflower yellow" => Some(Rgba8::from_hex(b"#ffda03")),
"green/blue" => Some(Rgba8::from_hex(b"#01c08d")),
"leather" => Some(Rgba8::from_hex(b"#ac7434")),
"racing green" => Some(Rgba8::from_hex(b"#014600")),
"vivid purple" => Some(Rgba8::from_hex(b"#9900fa")),
"dark royal blue" => Some(Rgba8::from_hex(b"#02066f")),
"hazel" => Some(Rgba8::from_hex(b"#8e7618")),
"muted pink" => Some(Rgba8::from_hex(b"#d1768f")),
"booger green" => Some(Rgba8::from_hex(b"#96b403")),
"canary" => Some(Rgba8::from_hex(b"#fdff63")),
"cool grey" => Some(Rgba8::from_hex(b"#95a3a6")),
"dark taupe" => Some(Rgba8::from_hex(b"#7f684e")),
"darkish purple" => Some(Rgba8::from_hex(b"#751973")),
"true green" => Some(Rgba8::from_hex(b"#089404")),
"coral pink" => Some(Rgba8::from_hex(b"#ff6163")),
"dark sage" => Some(Rgba8::from_hex(b"#598556")),
"dark slate blue" => Some(Rgba8::from_hex(b"#214761")),
"flat blue" => Some(Rgba8::from_hex(b"#3c73a8")),
"mushroom" => Some(Rgba8::from_hex(b"#ba9e88")),
"rich blue" => Some(Rgba8::from_hex(b"#021bf9")),
"dirty purple" => Some(Rgba8::from_hex(b"#734a65")),
"greenblue" => Some(Rgba8::from_hex(b"#23c48b")),
"icky green" => Some(Rgba8::from_hex(b"#8fae22")),
"light khaki" => Some(Rgba8::from_hex(b"#e6f2a2")),
"warm blue" => Some(Rgba8::from_hex(b"#4b57db")),
"dark hot pink" => Some(Rgba8::from_hex(b"#d90166")),
"deep sea blue" => Some(Rgba8::from_hex(b"#015482")),
"carmine" => Some(Rgba8::from_hex(b"#9d0216")),
"dark yellow green" => Some(Rgba8::from_hex(b"#728f02")),
"pale peach" => Some(Rgba8::from_hex(b"#ffe5ad")),
"plum purple" => Some(Rgba8::from_hex(b"#4e0550")),
"golden rod" => Some(Rgba8::from_hex(b"#f9bc08")),
"neon red" => Some(Rgba8::from_hex(b"#ff073a")),
"old pink" => Some(Rgba8::from_hex(b"#c77986")),
"very pale blue" => Some(Rgba8::from_hex(b"#d6fffe")),
"blood orange" => Some(Rgba8::from_hex(b"#fe4b03")),
"grapefruit" => Some(Rgba8::from_hex(b"#fd5956")),
"sand yellow" => Some(Rgba8::from_hex(b"#fce166")),
"clay brown" => Some(Rgba8::from_hex(b"#b2713d")),
"dark blue grey" => Some(Rgba8::from_hex(b"#1f3b4d")),
"flat green" => Some(Rgba8::from_hex(b"#699d4c")),
"light green blue" => Some(Rgba8::from_hex(b"#56fca2")),
"warm pink" => Some(Rgba8::from_hex(b"#fb5581")),
"dodger blue" => Some(Rgba8::from_hex(b"#3e82fc")),
"gross green" => Some(Rgba8::from_hex(b"#a0bf16")),
"ice" => Some(Rgba8::from_hex(b"#d6fffa")),
"metallic blue" => Some(Rgba8::from_hex(b"#4f738e")),
"pale salmon" => Some(Rgba8::from_hex(b"#ffb19a")),
"sap green" => Some(Rgba8::from_hex(b"#5c8b15")),
"algae" => Some(Rgba8::from_hex(b"#54ac68")),
"bluey grey" => Some(Rgba8::from_hex(b"#89a0b0")),
"greeny grey" => Some(Rgba8::from_hex(b"#7ea07a")),
"highlighter green" => Some(Rgba8::from_hex(b"#1bfc06")),
"light light blue" => Some(Rgba8::from_hex(b"#cafffb")),
"light mint" => Some(Rgba8::from_hex(b"#b6ffbb")),
"raw umber" => Some(Rgba8::from_hex(b"#a75e09")),
"vivid blue" => Some(Rgba8::from_hex(b"#152eff")),
"deep lavender" => Some(Rgba8::from_hex(b"#8d5eb7")),
"dull teal" => Some(Rgba8::from_hex(b"#5f9e8f")),
"light greenish blue" => Some(Rgba8::from_hex(b"#63f7b4")),
"mud green" => Some(Rgba8::from_hex(b"#606602")),
"pinky" => Some(Rgba8::from_hex(b"#fc86aa")),
"red wine" => Some(Rgba8::from_hex(b"#8c0034")),
"shit green" => Some(Rgba8::from_hex(b"#758000")),
"tan brown" => Some(Rgba8::from_hex(b"#ab7e4c")),
"darkblue" => Some(Rgba8::from_hex(b"#030764")),
"rosa" => Some(Rgba8::from_hex(b"#fe86a4")),
"lipstick" => Some(Rgba8::from_hex(b"#d5174e")),
"pale mauve" => Some(Rgba8::from_hex(b"#fed0fc")),
"claret" => Some(Rgba8::from_hex(b"#680018")),
"dandelion" => Some(Rgba8::from_hex(b"#fedf08")),
"orangered" => Some(Rgba8::from_hex(b"#fe420f")),
"poop green" => Some(Rgba8::from_hex(b"#6f7c00")),
"ruby" => Some(Rgba8::from_hex(b"#ca0147")),
"dark" => Some(Rgba8::from_hex(b"#1b2431")),
"greenish turquoise" => Some(Rgba8::from_hex(b"#00fbb0")),
"pastel red" => Some(Rgba8::from_hex(b"#db5856")),
"piss yellow" => Some(Rgba8::from_hex(b"#ddd618")),
"bright cyan" => Some(Rgba8::from_hex(b"#41fdfe")),
"dark coral" => Some(Rgba8::from_hex(b"#cf524e")),
"algae green" => Some(Rgba8::from_hex(b"#21c36f")),
"darkish red" => Some(Rgba8::from_hex(b"#a90308")),
"reddy brown" => Some(Rgba8::from_hex(b"#6e1005")),
"blush pink" => Some(Rgba8::from_hex(b"#fe828c")),
"camouflage green" => Some(Rgba8::from_hex(b"#4b6113")),
"lawn green" => Some(Rgba8::from_hex(b"#4da409")),
"putty" => Some(Rgba8::from_hex(b"#beae8a")),
"vibrant blue" => Some(Rgba8::from_hex(b"#0339f8")),
"dark sand" => Some(Rgba8::from_hex(b"#a88f59")),
"purple/blue" => Some(Rgba8::from_hex(b"#5d21d0")),
"saffron" => Some(Rgba8::from_hex(b"#feb209")),
"twilight" => Some(Rgba8::from_hex(b"#4e518b")),
"warm brown" => Some(Rgba8::from_hex(b"#964e02")),
"bluegrey" => Some(Rgba8::from_hex(b"#85a3b2")),
"bubble gum pink" => Some(Rgba8::from_hex(b"#ff69af")),
"duck egg blue" => Some(Rgba8::from_hex(b"#c3fbf4")),
"greenish cyan" => Some(Rgba8::from_hex(b"#2afeb7")),
"petrol" => Some(Rgba8::from_hex(b"#005f6a")),
"royal" => Some(Rgba8::from_hex(b"#0c1793")),
"butter" => Some(Rgba8::from_hex(b"#ffff81")),
"dusty orange" => Some(Rgba8::from_hex(b"#f0833a")),
"off yellow" => Some(Rgba8::from_hex(b"#f1f33f")),
"pale olive green" => Some(Rgba8::from_hex(b"#b1d27b")),
"orangish" => Some(Rgba8::from_hex(b"#fc824a")),
"leaf" => Some(Rgba8::from_hex(b"#71aa34")),
"light blue grey" => Some(Rgba8::from_hex(b"#b7c9e2")),
"dried blood" => Some(Rgba8::from_hex(b"#4b0101")),
"lightish purple" => Some(Rgba8::from_hex(b"#a552e6")),
"rusty red" => Some(Rgba8::from_hex(b"#af2f0d")),
"lavender blue" => Some(Rgba8::from_hex(b"#8b88f8")),
"light grass green" => Some(Rgba8::from_hex(b"#9af764")),
"light mint green" => Some(Rgba8::from_hex(b"#a6fbb2")),
"sunflower" => Some(Rgba8::from_hex(b"#ffc512")),
"velvet" => Some(Rgba8::from_hex(b"#750851")),
"brick orange" => Some(Rgba8::from_hex(b"#c14a09")),
"lightish red" => Some(Rgba8::from_hex(b"#fe2f4a")),
"pure blue" => Some(Rgba8::from_hex(b"#0203e2")),
"twilight blue" => Some(Rgba8::from_hex(b"#0a437a")),
"violet red" => Some(Rgba8::from_hex(b"#a50055")),
"yellowy brown" => Some(Rgba8::from_hex(b"#ae8b0c")),
"carnation" => Some(Rgba8::from_hex(b"#fd798f")),
"muddy yellow" => Some(Rgba8::from_hex(b"#bfac05")),
"dark seafoam green" => Some(Rgba8::from_hex(b"#3eaf76")),
"deep rose" => Some(Rgba8::from_hex(b"#c74767")),
"dusty red" => Some(Rgba8::from_hex(b"#b9484e")),
"grey/blue" => Some(Rgba8::from_hex(b"#647d8e")),
"lemon lime" => Some(Rgba8::from_hex(b"#bffe28")),
"purple/pink" => Some(Rgba8::from_hex(b"#d725de")),
"brown yellow" => Some(Rgba8::from_hex(b"#b29705")),
"purple brown" => Some(Rgba8::from_hex(b"#673a3f")),
"wisteria" => Some(Rgba8::from_hex(b"#a87dc2")),
"banana yellow" => Some(Rgba8::from_hex(b"#fafe4b")),
"lipstick red" => Some(Rgba8::from_hex(b"#c0022f")),
"water blue" => Some(Rgba8::from_hex(b"#0e87cc")),
"brown grey" => Some(Rgba8::from_hex(b"#8d8468")),
"vibrant purple" => Some(Rgba8::from_hex(b"#ad03de")),
"baby green" => Some(Rgba8::from_hex(b"#8cff9e")),
"barf green" => Some(Rgba8::from_hex(b"#94ac02")),
"eggshell blue" => Some(Rgba8::from_hex(b"#c4fff7")),
"sandy yellow" => Some(Rgba8::from_hex(b"#fdee73")),
"cool green" => Some(Rgba8::from_hex(b"#33b864")),
"pale" => Some(Rgba8::from_hex(b"#fff9d0")),
"blue/grey" => Some(Rgba8::from_hex(b"#758da3")),
"hot magenta" => Some(Rgba8::from_hex(b"#f504c9")),
"greyblue" => Some(Rgba8::from_hex(b"#77a1b5")),
"purpley" => Some(Rgba8::from_hex(b"#8756e4")),
"baby shit green" => Some(Rgba8::from_hex(b"#889717")),
"brownish pink" => Some(Rgba8::from_hex(b"#c27e79")),
"dark aquamarine" => Some(Rgba8::from_hex(b"#017371")),
"diarrhea" => Some(Rgba8::from_hex(b"#9f8303")),
"light mustard" => Some(Rgba8::from_hex(b"#f7d560")),
"pale sky blue" => Some(Rgba8::from_hex(b"#bdf6fe")),
"turtle green" => Some(Rgba8::from_hex(b"#75b84f")),
"bright olive" => Some(Rgba8::from_hex(b"#9cbb04")),
"dark grey blue" => Some(Rgba8::from_hex(b"#29465b")),
"greeny brown" => Some(Rgba8::from_hex(b"#696006")),
"lemon green" => Some(Rgba8::from_hex(b"#adf802")),
"light periwinkle" => Some(Rgba8::from_hex(b"#c1c6fc")),
"seaweed green" => Some(Rgba8::from_hex(b"#35ad6b")),
"sunshine yellow" => Some(Rgba8::from_hex(b"#fffd37")),
"ugly purple" => Some(Rgba8::from_hex(b"#a442a0")),
"medium pink" => Some(Rgba8::from_hex(b"#f36196")),
"puke brown" => Some(Rgba8::from_hex(b"#947706")),
"very light pink" => Some(Rgba8::from_hex(b"#fff4f2")),
"viridian" => Some(Rgba8::from_hex(b"#1e9167")),
"bile" => Some(Rgba8::from_hex(b"#b5c306")),
"faded yellow" => Some(Rgba8::from_hex(b"#feff7f")),
"very pale green" => Some(Rgba8::from_hex(b"#cffdbc")),
"vibrant green" => Some(Rgba8::from_hex(b"#0add08")),
"bright lime" => Some(Rgba8::from_hex(b"#87fd05")),
"spearmint" => Some(Rgba8::from_hex(b"#1ef876")),
"light aquamarine" => Some(Rgba8::from_hex(b"#7bfdc7")),
"light sage" => Some(Rgba8::from_hex(b"#bcecac")),
"yellowgreen" => Some(Rgba8::from_hex(b"#bbf90f")),
"baby poo" => Some(Rgba8::from_hex(b"#ab9004")),
"dark seafoam" => Some(Rgba8::from_hex(b"#1fb57a")),
"deep teal" => Some(Rgba8::from_hex(b"#00555a")),
"heather" => Some(Rgba8::from_hex(b"#a484ac")),
"rust orange" => Some(Rgba8::from_hex(b"#c45508")),
"dirty blue" => Some(Rgba8::from_hex(b"#3f829d")),
"fern green" => Some(Rgba8::from_hex(b"#548d44")),
"bright lilac" => Some(Rgba8::from_hex(b"#c95efb")),
"weird green" => Some(Rgba8::from_hex(b"#3ae57f")),
"peacock blue" => Some(Rgba8::from_hex(b"#016795")),
"avocado green" => Some(Rgba8::from_hex(b"#87a922")),
"faded orange" => Some(Rgba8::from_hex(b"#f0944d")),
"grape purple" => Some(Rgba8::from_hex(b"#5d1451")),
"hot green" => Some(Rgba8::from_hex(b"#25ff29")),
"lime yellow" => Some(Rgba8::from_hex(b"#d0fe1d")),
"mango" => Some(Rgba8::from_hex(b"#ffa62b")),
"shamrock" => Some(Rgba8::from_hex(b"#01b44c")),
"bubblegum" => Some(Rgba8::from_hex(b"#ff6cb5")),
"purplish brown" => Some(Rgba8::from_hex(b"#6b4247")),
"vomit yellow" => Some(Rgba8::from_hex(b"#c7c10c")),
"pale cyan" => Some(Rgba8::from_hex(b"#b7fffa")),
"key lime" => Some(Rgba8::from_hex(b"#aeff6e")),
"tomato red" => Some(Rgba8::from_hex(b"#ec2d01")),
"lightgreen" => Some(Rgba8::from_hex(b"#76ff7b")),
"merlot" => Some(Rgba8::from_hex(b"#730039")),
"night blue" => Some(Rgba8::from_hex(b"#040348")),
"purpleish pink" => Some(Rgba8::from_hex(b"#df4ec8")),
"apple" => Some(Rgba8::from_hex(b"#6ecb3c")),
"baby poop green" => Some(Rgba8::from_hex(b"#8f9805")),
"green apple" => Some(Rgba8::from_hex(b"#5edc1f")),
"heliotrope" => Some(Rgba8::from_hex(b"#d94ff5")),
"yellow/green" => Some(Rgba8::from_hex(b"#c8fd3d")),
"almost black" => Some(Rgba8::from_hex(b"#070d0d")),
"cool blue" => Some(Rgba8::from_hex(b"#4984b8")),
"leafy green" => Some(Rgba8::from_hex(b"#51b73b")),
"mustard brown" => Some(Rgba8::from_hex(b"#ac7e04")),
"dusk" => Some(Rgba8::from_hex(b"#4e5481")),
"dull brown" => Some(Rgba8::from_hex(b"#876e4b")),
"frog green" => Some(Rgba8::from_hex(b"#58bc08")),
"vivid green" => Some(Rgba8::from_hex(b"#2fef10")),
"bright light green" => Some(Rgba8::from_hex(b"#2dfe54")),
"fluro green" => Some(Rgba8::from_hex(b"#0aff02")),
"kiwi" => Some(Rgba8::from_hex(b"#9cef43")),
"seaweed" => Some(Rgba8::from_hex(b"#18d17b")),
"navy green" => Some(Rgba8::from_hex(b"#35530a")),
"ultramarine blue" => Some(Rgba8::from_hex(b"#1805db")),
"iris" => Some(Rgba8::from_hex(b"#6258c4")),
"pastel orange" => Some(Rgba8::from_hex(b"#ff964f")),
"yellowish orange" => Some(Rgba8::from_hex(b"#ffab0f")),
"perrywinkle" => Some(Rgba8::from_hex(b"#8f8ce7")),
"tealish" => Some(Rgba8::from_hex(b"#24bca8")),
"dark plum" => Some(Rgba8::from_hex(b"#3f012c")),
"pear" => Some(Rgba8::from_hex(b"#cbf85f")),
"pinkish orange" => Some(Rgba8::from_hex(b"#ff724c")),
"midnight purple" => Some(Rgba8::from_hex(b"#280137")),
"light urple" => Some(Rgba8::from_hex(b"#b36ff6")),
"dark mint" => Some(Rgba8::from_hex(b"#48c072")),
"greenish tan" => Some(Rgba8::from_hex(b"#bccb7a")),
"light burgundy" => Some(Rgba8::from_hex(b"#a8415b")),
"turquoise blue" => Some(Rgba8::from_hex(b"#06b1c4")),
"ugly pink" => Some(Rgba8::from_hex(b"#cd7584")),
"sandy" => Some(Rgba8::from_hex(b"#f1da7a")),
"electric pink" => Some(Rgba8::from_hex(b"#ff0490")),
"muted purple" => Some(Rgba8::from_hex(b"#805b87")),
"mid green" => Some(Rgba8::from_hex(b"#50a747")),
"greyish" => Some(Rgba8::from_hex(b"#a8a495")),
"neon yellow" => Some(Rgba8::from_hex(b"#cfff04")),
"banana" => Some(Rgba8::from_hex(b"#ffff7e")),
"carnation pink" => Some(Rgba8::from_hex(b"#ff7fa7")),
"tomato" => Some(Rgba8::from_hex(b"#ef4026")),
"sea" => Some(Rgba8::from_hex(b"#3c9992")),
"muddy brown" => Some(Rgba8::from_hex(b"#886806")),
"turquoise green" => Some(Rgba8::from_hex(b"#04f489")),
"buff" => Some(Rgba8::from_hex(b"#fef69e")),
"fawn" => Some(Rgba8::from_hex(b"#cfaf7b")),
"muted blue" => Some(Rgba8::from_hex(b"#3b719f")),
"pale rose" => Some(Rgba8::from_hex(b"#fdc1c5")),
"dark mint green" => Some(Rgba8::from_hex(b"#20c073")),
"amethyst" => Some(Rgba8::from_hex(b"#9b5fc0")),
"blue/green" => Some(Rgba8::from_hex(b"#0f9b8e")),
"chestnut" => Some(Rgba8::from_hex(b"#742802")),
"sick green" => Some(Rgba8::from_hex(b"#9db92c")),
"pea" => Some(Rgba8::from_hex(b"#a4bf20")),
"rusty orange" => Some(Rgba8::from_hex(b"#cd5909")),
"stone" => Some(Rgba8::from_hex(b"#ada587")),
"rose red" => Some(Rgba8::from_hex(b"#be013c")),
"pale aqua" => Some(Rgba8::from_hex(b"#b8ffeb")),
"deep orange" => Some(Rgba8::from_hex(b"#dc4d01")),
"earth" => Some(Rgba8::from_hex(b"#a2653e")),
"mossy green" => Some(Rgba8::from_hex(b"#638b27")),
"grassy green" => Some(Rgba8::from_hex(b"#419c03")),
"pale lime green" => Some(Rgba8::from_hex(b"#b1ff65")),
"light grey blue" => Some(Rgba8::from_hex(b"#9dbcd4")),
"pale grey" => Some(Rgba8::from_hex(b"#fdfdfe")),
"asparagus" => Some(Rgba8::from_hex(b"#77ab56")),
"blueberry" => Some(Rgba8::from_hex(b"#464196")),
"purple red" => Some(Rgba8::from_hex(b"#990147")),
"pale lime" => Some(Rgba8::from_hex(b"#befd73")),
"greenish teal" => Some(Rgba8::from_hex(b"#32bf84")),
"caramel" => Some(Rgba8::from_hex(b"#af6f09")),
"deep magenta" => Some(Rgba8::from_hex(b"#a0025c")),
"light peach" => Some(Rgba8::from_hex(b"#ffd8b1")),
"milk chocolate" => Some(Rgba8::from_hex(b"#7f4e1e")),
"ocher" => Some(Rgba8::from_hex(b"#bf9b0c")),
"off green" => Some(Rgba8::from_hex(b"#6ba353")),
"purply pink" => Some(Rgba8::from_hex(b"#f075e6")),
"lightblue" => Some(Rgba8::from_hex(b"#7bc8f6")),
"dusky blue" => Some(Rgba8::from_hex(b"#475f94")),
"golden" => Some(Rgba8::from_hex(b"#f5bf03")),
"light beige" => Some(Rgba8::from_hex(b"#fffeb6")),
"butter yellow" => Some(Rgba8::from_hex(b"#fffd74")),
"dusky purple" => Some(Rgba8::from_hex(b"#895b7b")),
"french blue" => Some(Rgba8::from_hex(b"#436bad")),
"ugly yellow" => Some(Rgba8::from_hex(b"#d0c101")),
"greeny yellow" => Some(Rgba8::from_hex(b"#c6f808")),
"orangish red" => Some(Rgba8::from_hex(b"#f43605")),
"shamrock green" => Some(Rgba8::from_hex(b"#02c14d")),
"orangish brown" => Some(Rgba8::from_hex(b"#b25f03")),
"tree green" => Some(Rgba8::from_hex(b"#2a7e19")),
"deep violet" => Some(Rgba8::from_hex(b"#490648")),
"gunmetal" => Some(Rgba8::from_hex(b"#536267")),
"blue/purple" => Some(Rgba8::from_hex(b"#5a06ef")),
"cherry" => Some(Rgba8::from_hex(b"#cf0234")),
"sandy brown" => Some(Rgba8::from_hex(b"#c4a661")),
"warm grey" => Some(Rgba8::from_hex(b"#978a84")),
"dark indigo" => Some(Rgba8::from_hex(b"#1f0954")),
"midnight" => Some(Rgba8::from_hex(b"#03012d")),
"bluey green" => Some(Rgba8::from_hex(b"#2bb179")),
"grey pink" => Some(Rgba8::from_hex(b"#c3909b")),
"soft purple" => Some(Rgba8::from_hex(b"#a66fb5")),
"blood" => Some(Rgba8::from_hex(b"#770001")),
"brown red" => Some(Rgba8::from_hex(b"#922b05")),
"medium grey" => Some(Rgba8::from_hex(b"#7d7f7c")),
"berry" => Some(Rgba8::from_hex(b"#990f4b")),
"poo" => Some(Rgba8::from_hex(b"#8f7303")),
"purpley pink" => Some(Rgba8::from_hex(b"#c83cb9")),
"light salmon" => Some(Rgba8::from_hex(b"#fea993")),
"snot" => Some(Rgba8::from_hex(b"#acbb0d")),
"easter purple" => Some(Rgba8::from_hex(b"#c071fe")),
"light yellow green" => Some(Rgba8::from_hex(b"#ccfd7f")),
"dark navy blue" => Some(Rgba8::from_hex(b"#00022e")),
"drab" => Some(Rgba8::from_hex(b"#828344")),
"light rose" => Some(Rgba8::from_hex(b"#ffc5cb")),
"rouge" => Some(Rgba8::from_hex(b"#ab1239")),
"purplish red" => Some(Rgba8::from_hex(b"#b0054b")),
"slime green" => Some(Rgba8::from_hex(b"#99cc04")),
"baby poop" => Some(Rgba8::from_hex(b"#937c00")),
"irish green" => Some(Rgba8::from_hex(b"#019529")),
"pink/purple" => Some(Rgba8::from_hex(b"#ef1de7")),
"dark navy" => Some(Rgba8::from_hex(b"#000435")),
"greeny blue" => Some(Rgba8::from_hex(b"#42b395")),
"light plum" => Some(Rgba8::from_hex(b"#9d5783")),
"pinkish grey" => Some(Rgba8::from_hex(b"#c8aca9")),
"dirty orange" => Some(Rgba8::from_hex(b"#c87606")),
"rust red" => Some(Rgba8::from_hex(b"#aa2704")),
"pale lilac" => Some(Rgba8::from_hex(b"#e4cbff")),
"orangey red" => Some(Rgba8::from_hex(b"#fa4224")),
"primary blue" => Some(Rgba8::from_hex(b"#0804f9")),
"kermit green" => Some(Rgba8::from_hex(b"#5cb200")),
"brownish purple" => Some(Rgba8::from_hex(b"#76424e")),
"murky green" => Some(Rgba8::from_hex(b"#6c7a0e")),
"wheat" => Some(Rgba8::from_hex(b"#fbdd7e")),
"very dark purple" => Some(Rgba8::from_hex(b"#2a0134")),
"bottle green" => Some(Rgba8::from_hex(b"#044a05")),
"watermelon" => Some(Rgba8::from_hex(b"#fd4659")),
"deep sky blue" => Some(Rgba8::from_hex(b"#0d75f8")),
"fire engine red" => Some(Rgba8::from_hex(b"#fe0002")),
"yellow ochre" => Some(Rgba8::from_hex(b"#cb9d06")),
"pumpkin orange" => Some(Rgba8::from_hex(b"#fb7d07")),
"pale olive" => Some(Rgba8::from_hex(b"#b9cc81")),
"light lilac" => Some(Rgba8::from_hex(b"#edc8ff")),
"lightish green" => Some(Rgba8::from_hex(b"#61e160")),
"carolina blue" => Some(Rgba8::from_hex(b"#8ab8fe")),
"mulberry" => Some(Rgba8::from_hex(b"#920a4e")),
"shocking pink" => Some(Rgba8::from_hex(b"#fe02a2")),
"auburn" => Some(Rgba8::from_hex(b"#9a3001")),
"bright lime green" => Some(Rgba8::from_hex(b"#65fe08")),
"celadon" => Some(Rgba8::from_hex(b"#befdb7")),
"pinkish brown" => Some(Rgba8::from_hex(b"#b17261")),
"poo brown" => Some(Rgba8::from_hex(b"#885f01")),
"bright sky blue" => Some(Rgba8::from_hex(b"#02ccfe")),
"celery" => Some(Rgba8::from_hex(b"#c1fd95")),
"dirt brown" => Some(Rgba8::from_hex(b"#836539")),
"strawberry" => Some(Rgba8::from_hex(b"#fb2943")),
"dark lime" => Some(Rgba8::from_hex(b"#84b701")),
"copper" => Some(Rgba8::from_hex(b"#b66325")),
"medium brown" => Some(Rgba8::from_hex(b"#7f5112")),
"muted green" => Some(Rgba8::from_hex(b"#5fa052")),
"robin's egg" => Some(Rgba8::from_hex(b"#6dedfd")),
"bright aqua" => Some(Rgba8::from_hex(b"#0bf9ea")),
"bright lavender" => Some(Rgba8::from_hex(b"#c760ff")),
"ivory" => Some(Rgba8::from_hex(b"#ffffcb")),
"very light purple" => Some(Rgba8::from_hex(b"#f6cefc")),
"light navy" => Some(Rgba8::from_hex(b"#155084")),
"pink red" => Some(Rgba8::from_hex(b"#f5054f")),
"olive brown" => Some(Rgba8::from_hex(b"#645403")),
"poop brown" => Some(Rgba8::from_hex(b"#7a5901")),
"mustard green" => Some(Rgba8::from_hex(b"#a8b504")),
"ocean green" => Some(Rgba8::from_hex(b"#3d9973")),
"very dark blue" => Some(Rgba8::from_hex(b"#000133")),
"dusty green" => Some(Rgba8::from_hex(b"#76a973")),
"light navy blue" => Some(Rgba8::from_hex(b"#2e5a88")),
"minty green" => Some(Rgba8::from_hex(b"#0bf77d")),
"adobe" => Some(Rgba8::from_hex(b"#bd6c48")),
"barney" => Some(Rgba8::from_hex(b"#ac1db8")),
"jade green" => Some(Rgba8::from_hex(b"#2baf6a")),
"bright light blue" => Some(Rgba8::from_hex(b"#26f7fd")),
"light lime" => Some(Rgba8::from_hex(b"#aefd6c")),
"dark khaki" => Some(Rgba8::from_hex(b"#9b8f55")),
"orange yellow" => Some(Rgba8::from_hex(b"#ffad01")),
"ocre" => Some(Rgba8::from_hex(b"#c69c04")),
"maize" => Some(Rgba8::from_hex(b"#f4d054")),
"faded pink" => Some(Rgba8::from_hex(b"#de9dac")),
"british racing green" => Some(Rgba8::from_hex(b"#05480d")),
"sandstone" => Some(Rgba8::from_hex(b"#c9ae74")),
"mud brown" => Some(Rgba8::from_hex(b"#60460f")),
"light sea green" => Some(Rgba8::from_hex(b"#98f6b0")),
"robin egg blue" => Some(Rgba8::from_hex(b"#8af1fe")),
"aqua marine" => Some(Rgba8::from_hex(b"#2ee8bb")),
"dark sea green" => Some(Rgba8::from_hex(b"#11875d")),
"soft pink" => Some(Rgba8::from_hex(b"#fdb0c0")),
"orangey brown" => Some(Rgba8::from_hex(b"#b16002")),
"cherry red" => Some(Rgba8::from_hex(b"#f7022a")),
"burnt yellow" => Some(Rgba8::from_hex(b"#d5ab09")),
"brownish grey" => Some(Rgba8::from_hex(b"#86775f")),
"camel" => Some(Rgba8::from_hex(b"#c69f59")),
"purplish grey" => Some(Rgba8::from_hex(b"#7a687f")),
"marine" => Some(Rgba8::from_hex(b"#042e60")),
"greyish pink" => Some(Rgba8::from_hex(b"#c88d94")),
"pale turquoise" => Some(Rgba8::from_hex(b"#a5fbd5")),
"pastel yellow" => Some(Rgba8::from_hex(b"#fffe71")),
"bluey purple" => Some(Rgba8::from_hex(b"#6241c7")),
"canary yellow" => Some(Rgba8::from_hex(b"#fffe40")),
"faded red" => Some(Rgba8::from_hex(b"#d3494e")),
"sepia" => Some(Rgba8::from_hex(b"#985e2b")),
"coffee" => Some(Rgba8::from_hex(b"#a6814c")),
"bright magenta" => Some(Rgba8::from_hex(b"#ff08e8")),
"mocha" => Some(Rgba8::from_hex(b"#9d7651")),
"ecru" => Some(Rgba8::from_hex(b"#feffca")),
"purpleish" => Some(Rgba8::from_hex(b"#98568d")),
"cranberry" => Some(Rgba8::from_hex(b"#9e003a")),
"darkish green" => Some(Rgba8::from_hex(b"#287c37")),
"brown orange" => Some(Rgba8::from_hex(b"#b96902")),
"dusky rose" => Some(Rgba8::from_hex(b"#ba6873")),
"melon" => Some(Rgba8::from_hex(b"#ff7855")),
"sickly green" => Some(Rgba8::from_hex(b"#94b21c")),
"silver" => Some(Rgba8::from_hex(b"#c5c9c7")),
"purply blue" => Some(Rgba8::from_hex(b"#661aee")),
"purpleish blue" => Some(Rgba8::from_hex(b"#6140ef")),
"hospital green" => Some(Rgba8::from_hex(b"#9be5aa")),
"shit brown" => Some(Rgba8::from_hex(b"#7b5804")),
"mid blue" => Some(Rgba8::from_hex(b"#276ab3")),
"amber" => Some(Rgba8::from_hex(b"#feb308")),
"easter green" => Some(Rgba8::from_hex(b"#8cfd7e")),
"soft blue" => Some(Rgba8::from_hex(b"#6488ea")),
"cerulean blue" => Some(Rgba8::from_hex(b"#056eee")),
"golden brown" => Some(Rgba8::from_hex(b"#b27a01")),
"bright turquoise" => Some(Rgba8::from_hex(b"#0ffef9")),
"red pink" => Some(Rgba8::from_hex(b"#fa2a55")),
"red purple" => Some(Rgba8::from_hex(b"#820747")),
"greyish brown" => Some(Rgba8::from_hex(b"#7a6a4f")),
"vermillion" => Some(Rgba8::from_hex(b"#f4320c")),
"russet" => Some(Rgba8::from_hex(b"#a13905")),
"steel grey" => Some(Rgba8::from_hex(b"#6f828a")),
"lighter purple" => Some(Rgba8::from_hex(b"#a55af4")),
"bright violet" => Some(Rgba8::from_hex(b"#ad0afd")),
"prussian blue" => Some(Rgba8::from_hex(b"#004577")),
"slate green" => Some(Rgba8::from_hex(b"#658d6d")),
"dirty pink" => Some(Rgba8::from_hex(b"#ca7b80")),
"dark blue green" => Some(Rgba8::from_hex(b"#005249")),
"pine" => Some(Rgba8::from_hex(b"#2b5d34")),
"yellowy green" => Some(Rgba8::from_hex(b"#bff128")),
"dark gold" => Some(Rgba8::from_hex(b"#b59410")),
"bluish" => Some(Rgba8::from_hex(b"#2976bb")),
"darkish blue" => Some(Rgba8::from_hex(b"#014182")),
"dull red" => Some(Rgba8::from_hex(b"#bb3f3f")),
"pinky red" => Some(Rgba8::from_hex(b"#fc2647")),
"bronze" => Some(Rgba8::from_hex(b"#a87900")),
"pale teal" => Some(Rgba8::from_hex(b"#82cbb2")),
"military green" => Some(Rgba8::from_hex(b"#667c3e")),
"barbie pink" => Some(Rgba8::from_hex(b"#fe46a5")),
"bubblegum pink" => Some(Rgba8::from_hex(b"#fe83cc")),
"pea soup green" => Some(Rgba8::from_hex(b"#94a617")),
"dark mustard" => Some(Rgba8::from_hex(b"#a88905")),
"shit" => Some(Rgba8::from_hex(b"#7f5f00")),
"medium purple" => Some(Rgba8::from_hex(b"#9e43a2")),
"very dark green" => Some(Rgba8::from_hex(b"#062e03")),
"dirt" => Some(Rgba8::from_hex(b"#8a6e45")),
"dusky pink" => Some(Rgba8::from_hex(b"#cc7a8b")),
"red violet" => Some(Rgba8::from_hex(b"#9e0168")),
"lemon yellow" => Some(Rgba8::from_hex(b"#fdff38")),
"pistachio" => Some(Rgba8::from_hex(b"#c0fa8b")),
"dull yellow" => Some(Rgba8::from_hex(b"#eedc5b")),
"dark lime green" => Some(Rgba8::from_hex(b"#7ebd01")),
"denim blue" => Some(Rgba8::from_hex(b"#3b5b92")),
"teal blue" => Some(Rgba8::from_hex(b"#01889f")),
"lightish blue" => Some(Rgba8::from_hex(b"#3d7afd")),
"purpley blue" => Some(Rgba8::from_hex(b"#5f34e7")),
"light indigo" => Some(Rgba8::from_hex(b"#6d5acf")),
"swamp green" => Some(Rgba8::from_hex(b"#748500")),
"brown green" => Some(Rgba8::from_hex(b"#706c11")),
"dark maroon" => Some(Rgba8::from_hex(b"#3c0008")),
"hot purple" => Some(Rgba8::from_hex(b"#cb00f5")),
"dark forest green" => Some(Rgba8::from_hex(b"#002d04")),
"faded blue" => Some(Rgba8::from_hex(b"#658cbb")),
"drab green" => Some(Rgba8::from_hex(b"#749551")),
"light lime green" => Some(Rgba8::from_hex(b"#b9ff66")),
"snot green" => Some(Rgba8::from_hex(b"#9dc100")),
"yellowish" => Some(Rgba8::from_hex(b"#faee66")),
"light blue green" => Some(Rgba8::from_hex(b"#7efbb3")),
"bordeaux" => Some(Rgba8::from_hex(b"#7b002c")),
"light mauve" => Some(Rgba8::from_hex(b"#c292a1")),
"ocean" => Some(Rgba8::from_hex(b"#017b92")),
"marigold" => Some(Rgba8::from_hex(b"#fcc006")),
"muddy green" => Some(Rgba8::from_hex(b"#657432")),
"dull orange" => Some(Rgba8::from_hex(b"#d8863b")),
"steel" => Some(Rgba8::from_hex(b"#738595")),
"electric purple" => Some(Rgba8::from_hex(b"#aa23ff")),
"fluorescent green" => Some(Rgba8::from_hex(b"#08ff08")),
"yellowish brown" => Some(Rgba8::from_hex(b"#9b7a01")),
"blush" => Some(Rgba8::from_hex(b"#f29e8e")),
"soft green" => Some(Rgba8::from_hex(b"#6fc276")),
"bright orange" => Some(Rgba8::from_hex(b"#ff5b00")),
"lemon" => Some(Rgba8::from_hex(b"#fdff52")),
"purple grey" => Some(Rgba8::from_hex(b"#866f85")),
"acid green" => Some(Rgba8::from_hex(b"#8ffe09")),
"pale lavender" => Some(Rgba8::from_hex(b"#eecffe")),
"violet blue" => Some(Rgba8::from_hex(b"#510ac9")),
"light forest green" => Some(Rgba8::from_hex(b"#4f9153")),
"burnt red" => Some(Rgba8::from_hex(b"#9f2305")),
"khaki green" => Some(Rgba8::from_hex(b"#728639")),
"cerise" => Some(Rgba8::from_hex(b"#de0c62")),
"faded purple" => Some(Rgba8::from_hex(b"#916e99")),
"apricot" => Some(Rgba8::from_hex(b"#ffb16d")),
"dark olive green" => Some(Rgba8::from_hex(b"#3c4d03")),
"grey brown" => Some(Rgba8::from_hex(b"#7f7053")),
"green grey" => Some(Rgba8::from_hex(b"#77926f")),
"true blue" => Some(Rgba8::from_hex(b"#010fcc")),
"pale violet" => Some(Rgba8::from_hex(b"#ceaefa")),
"periwinkle blue" => Some(Rgba8::from_hex(b"#8f99fb")),
"light sky blue" => Some(Rgba8::from_hex(b"#c6fcff")),
"blurple" => Some(Rgba8::from_hex(b"#5539cc")),
"green brown" => Some(Rgba8::from_hex(b"#544e03")),
"bluegreen" => Some(Rgba8::from_hex(b"#017a79")),
"bright teal" => Some(Rgba8::from_hex(b"#01f9c6")),
"brownish yellow" => Some(Rgba8::from_hex(b"#c9b003")),
"pea soup" => Some(Rgba8::from_hex(b"#929901")),
"forest" => Some(Rgba8::from_hex(b"#0b5509")),
"barney purple" => Some(Rgba8::from_hex(b"#a00498")),
"ultramarine" => Some(Rgba8::from_hex(b"#2000b1")),
"purplish" => Some(Rgba8::from_hex(b"#94568c")),
"puke yellow" => Some(Rgba8::from_hex(b"#c2be0e")),
"bluish grey" => Some(Rgba8::from_hex(b"#748b97")),
"dark periwinkle" => Some(Rgba8::from_hex(b"#665fd1")),
"dark lilac" => Some(Rgba8::from_hex(b"#9c6da5")),
"reddish" => Some(Rgba8::from_hex(b"#c44240")),
"light maroon" => Some(Rgba8::from_hex(b"#a24857")),
"dusty purple" => Some(Rgba8::from_hex(b"#825f87")),
"terra cotta" => Some(Rgba8::from_hex(b"#c9643b")),
"avocado" => Some(Rgba8::from_hex(b"#90b134")),
"marine blue" => Some(Rgba8::from_hex(b"#01386a")),
"teal green" => Some(Rgba8::from_hex(b"#25a36f")),
"slate grey" => Some(Rgba8::from_hex(b"#59656d")),
"lighter green" => Some(Rgba8::from_hex(b"#75fd63")),
"electric green" => Some(Rgba8::from_hex(b"#21fc0d")),
"dusty blue" => Some(Rgba8::from_hex(b"#5a86ad")),
"golden yellow" => Some(Rgba8::from_hex(b"#fec615")),
"bright yellow" => Some(Rgba8::from_hex(b"#fffd01")),
"light lavender" => Some(Rgba8::from_hex(b"#dfc5fe")),
"umber" => Some(Rgba8::from_hex(b"#b26400")),
"poop" => Some(Rgba8::from_hex(b"#7f5e00")),
"dark peach" => Some(Rgba8::from_hex(b"#de7e5d")),
"jungle green" => Some(Rgba8::from_hex(b"#048243")),
"eggshell" => Some(Rgba8::from_hex(b"#ffffd4")),
"denim" => Some(Rgba8::from_hex(b"#3b638c")),
"yellow brown" => Some(Rgba8::from_hex(b"#b79400")),
"dull purple" => Some(Rgba8::from_hex(b"#84597e")),
"chocolate brown" => Some(Rgba8::from_hex(b"#411900")),
"wine red" => Some(Rgba8::from_hex(b"#7b0323")),
"neon blue" => Some(Rgba8::from_hex(b"#04d9ff")),
"dirty green" => Some(Rgba8::from_hex(b"#667e2c")),
"light tan" => Some(Rgba8::from_hex(b"#fbeeac")),
"ice blue" => Some(Rgba8::from_hex(b"#d7fffe")),
"cadet blue" => Some(Rgba8::from_hex(b"#4e7496")),
"dark mauve" => Some(Rgba8::from_hex(b"#874c62")),
"very light blue" => Some(Rgba8::from_hex(b"#d5ffff")),
"grey purple" => Some(Rgba8::from_hex(b"#826d8c")),
"pastel pink" => Some(Rgba8::from_hex(b"#ffbacd")),
"very light green" => Some(Rgba8::from_hex(b"#d1ffbd")),
"dark sky blue" => Some(Rgba8::from_hex(b"#448ee4")),
"evergreen" => Some(Rgba8::from_hex(b"#05472a")),
"dull pink" => Some(Rgba8::from_hex(b"#d5869d")),
"aubergine" => Some(Rgba8::from_hex(b"#3d0734")),
"mahogany" => Some(Rgba8::from_hex(b"#4a0100")),
"reddish orange" => Some(Rgba8::from_hex(b"#f8481c")),
"deep green" => Some(Rgba8::from_hex(b"#02590f")),
"vomit green" => Some(Rgba8::from_hex(b"#89a203")),
"purple pink" => Some(Rgba8::from_hex(b"#e03fd8")),
"dusty pink" => Some(Rgba8::from_hex(b"#d58a94")),
"faded green" => Some(Rgba8::from_hex(b"#7bb274")),
"camo green" => Some(Rgba8::from_hex(b"#526525")),
"pinky purple" => Some(Rgba8::from_hex(b"#c94cbe")),
"pink purple" => Some(Rgba8::from_hex(b"#db4bda")),
"brownish red" => Some(Rgba8::from_hex(b"#9e3623")),
"dark rose" => Some(Rgba8::from_hex(b"#b5485d")),
"mud" => Some(Rgba8::from_hex(b"#735c12")),
"brownish" => Some(Rgba8::from_hex(b"#9c6d57")),
"emerald green" => Some(Rgba8::from_hex(b"#028f1e")),
"pale brown" => Some(Rgba8::from_hex(b"#b1916e")),
"dull blue" => Some(Rgba8::from_hex(b"#49759c")),
"burnt umber" => Some(Rgba8::from_hex(b"#a0450e")),
"medium green" => Some(Rgba8::from_hex(b"#39ad48")),
"clay" => Some(Rgba8::from_hex(b"#b66a50")),
"light aqua" => Some(Rgba8::from_hex(b"#8cffdb")),
"light olive green" => Some(Rgba8::from_hex(b"#a4be5c")),
"brownish orange" => Some(Rgba8::from_hex(b"#cb7723")),
"dark aqua" => Some(Rgba8::from_hex(b"#05696b")),
"purplish pink" => Some(Rgba8::from_hex(b"#ce5dae")),
"dark salmon" => Some(Rgba8::from_hex(b"#c85a53")),
"greenish grey" => Some(Rgba8::from_hex(b"#96ae8d")),
"jade" => Some(Rgba8::from_hex(b"#1fa774")),
"ugly green" => Some(Rgba8::from_hex(b"#7a9703")),
"dark beige" => Some(Rgba8::from_hex(b"#ac9362")),
"emerald" => Some(Rgba8::from_hex(b"#01a049")),
"pale red" => Some(Rgba8::from_hex(b"#d9544d")),
"light magenta" => Some(Rgba8::from_hex(b"#fa5ff7")),
"sky" => Some(Rgba8::from_hex(b"#82cafc")),
"light cyan" => Some(Rgba8::from_hex(b"#acfffc")),
"yellow orange" => Some(Rgba8::from_hex(b"#fcb001")),
"reddish purple" => Some(Rgba8::from_hex(b"#910951")),
"reddish pink" => Some(Rgba8::from_hex(b"#fe2c54")),
"orchid" => Some(Rgba8::from_hex(b"#c875c4")),
"dirty yellow" => Some(Rgba8::from_hex(b"#cdc50a")),
"orange red" => Some(Rgba8::from_hex(b"#fd411e")),
"deep red" => Some(Rgba8::from_hex(b"#9a0200")),
"orange brown" => Some(Rgba8::from_hex(b"#be6400")),
"cobalt blue" => Some(Rgba8::from_hex(b"#030aa7")),
"neon pink" => Some(Rgba8::from_hex(b"#fe019a")),
"rose pink" => Some(Rgba8::from_hex(b"#f7879a")),
"greyish purple" => Some(Rgba8::from_hex(b"#887191")),
"raspberry" => Some(Rgba8::from_hex(b"#b00149")),
"aqua green" => Some(Rgba8::from_hex(b"#12e193")),
"salmon pink" => Some(Rgba8::from_hex(b"#fe7b7c")),
"tangerine" => Some(Rgba8::from_hex(b"#ff9408")),
"brownish green" => Some(Rgba8::from_hex(b"#6a6e09")),
"red brown" => Some(Rgba8::from_hex(b"#8b2e16")),
"greenish brown" => Some(Rgba8::from_hex(b"#696112")),
"pumpkin" => Some(Rgba8::from_hex(b"#e17701")),
"pine green" => Some(Rgba8::from_hex(b"#0a481e")),
"charcoal" => Some(Rgba8::from_hex(b"#343837")),
"baby pink" => Some(Rgba8::from_hex(b"#ffb7ce")),
"cornflower" => Some(Rgba8::from_hex(b"#6a79f7")),
"blue violet" => Some(Rgba8::from_hex(b"#5d06e9")),
"chocolate" => Some(Rgba8::from_hex(b"#3d1c02")),
"greyish green" => Some(Rgba8::from_hex(b"#82a67d")),
"scarlet" => Some(Rgba8::from_hex(b"#be0119")),
"green yellow" => Some(Rgba8::from_hex(b"#c9ff27")),
"dark olive" => Some(Rgba8::from_hex(b"#373e02")),
"sienna" => Some(Rgba8::from_hex(b"#a9561e")),
"pastel purple" => Some(Rgba8::from_hex(b"#caa0ff")),
"terracotta" => Some(Rgba8::from_hex(b"#ca6641")),
"aqua blue" => Some(Rgba8::from_hex(b"#02d8e9")),
"sage green" => Some(Rgba8::from_hex(b"#88b378")),
"blood red" => Some(Rgba8::from_hex(b"#980002")),
"deep pink" => Some(Rgba8::from_hex(b"#cb0162")),
"grass" => Some(Rgba8::from_hex(b"#5cac2d")),
"moss" => Some(Rgba8::from_hex(b"#769958")),
"pastel blue" => Some(Rgba8::from_hex(b"#a2bffe")),
"bluish green" => Some(Rgba8::from_hex(b"#10a674")),
"green blue" => Some(Rgba8::from_hex(b"#06b48b")),
"dark tan" => Some(Rgba8::from_hex(b"#af884a")),
"greenish blue" => Some(Rgba8::from_hex(b"#0b8b87")),
"pale orange" => Some(Rgba8::from_hex(b"#ffa756")),
"vomit" => Some(Rgba8::from_hex(b"#a2a415")),
"forrest green" => Some(Rgba8::from_hex(b"#154406")),
"dark lavender" => Some(Rgba8::from_hex(b"#856798")),
"dark violet" => Some(Rgba8::from_hex(b"#34013f")),
"purple blue" => Some(Rgba8::from_hex(b"#632de9")),
"dark cyan" => Some(Rgba8::from_hex(b"#0a888a")),
"olive drab" => Some(Rgba8::from_hex(b"#6f7632")),
"pinkish" => Some(Rgba8::from_hex(b"#d46a7e")),
"cobalt" => Some(Rgba8::from_hex(b"#1e488f")),
"neon purple" => Some(Rgba8::from_hex(b"#bc13fe")),
"light turquoise" => Some(Rgba8::from_hex(b"#7ef4cc")),
"apple green" => Some(Rgba8::from_hex(b"#76cd26")),
"dull green" => Some(Rgba8::from_hex(b"#74a662")),
"wine" => Some(Rgba8::from_hex(b"#80013f")),
"powder blue" => Some(Rgba8::from_hex(b"#b1d1fc")),
"off white" => Some(Rgba8::from_hex(b"#ffffe4")),
"electric blue" => Some(Rgba8::from_hex(b"#0652ff")),
"dark turquoise" => Some(Rgba8::from_hex(b"#045c5a")),
"blue purple" => Some(Rgba8::from_hex(b"#5729ce")),
"azure" => Some(Rgba8::from_hex(b"#069af3")),
"bright red" => Some(Rgba8::from_hex(b"#ff000d")),
"pinkish red" => Some(Rgba8::from_hex(b"#f10c45")),
"cornflower blue" => Some(Rgba8::from_hex(b"#5170d7")),
"light olive" => Some(Rgba8::from_hex(b"#acbf69")),
"grape" => Some(Rgba8::from_hex(b"#6c3461")),
"greyish blue" => Some(Rgba8::from_hex(b"#5e819d")),
"purplish blue" => Some(Rgba8::from_hex(b"#601ef9")),
"yellowish green" => Some(Rgba8::from_hex(b"#b0dd16")),
"greenish yellow" => Some(Rgba8::from_hex(b"#cdfd02")),
"medium blue" => Some(Rgba8::from_hex(b"#2c6fbb")),
"dusty rose" => Some(Rgba8::from_hex(b"#c0737a")),
"light violet" => Some(Rgba8::from_hex(b"#d6b4fc")),
"midnight blue" => Some(Rgba8::from_hex(b"#020035")),
"bluish purple" => Some(Rgba8::from_hex(b"#703be7")),
"red orange" => Some(Rgba8::from_hex(b"#fd3c06")),
"dark magenta" => Some(Rgba8::from_hex(b"#960056")),
"greenish" => Some(Rgba8::from_hex(b"#40a368")),
"ocean blue" => Some(Rgba8::from_hex(b"#03719c")),
"coral" => Some(Rgba8::from_hex(b"#fc5a50")),
"cream" => Some(Rgba8::from_hex(b"#ffffc2")),
"reddish brown" => Some(Rgba8::from_hex(b"#7f2b0a")),
"burnt sienna" => Some(Rgba8::from_hex(b"#b04e0f")),
"brick" => Some(Rgba8::from_hex(b"#a03623")),
"sage" => Some(Rgba8::from_hex(b"#87ae73")),
"grey green" => Some(Rgba8::from_hex(b"#789b73")),
"white" => Some(Rgba8::from_hex(b"#ffffff")),
"robin's egg blue" => Some(Rgba8::from_hex(b"#98eff9")),
"moss green" => Some(Rgba8::from_hex(b"#658b38")),
"steel blue" => Some(Rgba8::from_hex(b"#5a7d9a")),
"eggplant" => Some(Rgba8::from_hex(b"#380835")),
"light yellow" => Some(Rgba8::from_hex(b"#fffe7a")),
"leaf green" => Some(Rgba8::from_hex(b"#5ca904")),
"light grey" => Some(Rgba8::from_hex(b"#d8dcd6")),
"puke" => Some(Rgba8::from_hex(b"#a5a502")),
"pinkish purple" => Some(Rgba8::from_hex(b"#d648d7")),
"sea blue" => Some(Rgba8::from_hex(b"#047495")),
"pale purple" => Some(Rgba8::from_hex(b"#b790d4")),
"slate blue" => Some(Rgba8::from_hex(b"#5b7c99")),
"blue grey" => Some(Rgba8::from_hex(b"#607c8e")),
"hunter green" => Some(Rgba8::from_hex(b"#0b4008")),
"fuchsia" => Some(Rgba8::from_hex(b"#ed0dd9")),
"crimson" => Some(Rgba8::from_hex(b"#8c000f")),
"pale yellow" => Some(Rgba8::from_hex(b"#ffff84")),
"ochre" => Some(Rgba8::from_hex(b"#bf9005")),
"mustard yellow" => Some(Rgba8::from_hex(b"#d2bd0a")),
"light red" => Some(Rgba8::from_hex(b"#ff474c")),
"cerulean" => Some(Rgba8::from_hex(b"#0485d1")),
"pale pink" => Some(Rgba8::from_hex(b"#ffcfdc")),
"deep blue" => Some(Rgba8::from_hex(b"#040273")),
"rust" => Some(Rgba8::from_hex(b"#a83c09")),
"light teal" => Some(Rgba8::from_hex(b"#90e4c1")),
"slate" => Some(Rgba8::from_hex(b"#516572")),
"goldenrod" => Some(Rgba8::from_hex(b"#fac205")),
"dark yellow" => Some(Rgba8::from_hex(b"#d5b60a")),
"dark grey" => Some(Rgba8::from_hex(b"#363737")),
"army green" => Some(Rgba8::from_hex(b"#4b5d16")),
"grey blue" => Some(Rgba8::from_hex(b"#6b8ba4")),
"seafoam" => Some(Rgba8::from_hex(b"#80f9ad")),
"puce" => Some(Rgba8::from_hex(b"#a57e52")),
"spring green" => Some(Rgba8::from_hex(b"#a9f971")),
"dark orange" => Some(Rgba8::from_hex(b"#c65102")),
"sand" => Some(Rgba8::from_hex(b"#e2ca76")),
"pastel green" => Some(Rgba8::from_hex(b"#b0ff9d")),
"mint" => Some(Rgba8::from_hex(b"#9ffeb0")),
"light orange" => Some(Rgba8::from_hex(b"#fdaa48")),
"bright pink" => Some(Rgba8::from_hex(b"#fe01b1")),
"chartreuse" => Some(Rgba8::from_hex(b"#c1f80a")),
"deep purple" => Some(Rgba8::from_hex(b"#36013f")),
"dark brown" => Some(Rgba8::from_hex(b"#341c02")),
"taupe" => Some(Rgba8::from_hex(b"#b9a281")),
"pea green" => Some(Rgba8::from_hex(b"#8eab12")),
"puke green" => Some(Rgba8::from_hex(b"#9aae07")),
"kelly green" => Some(Rgba8::from_hex(b"#02ab2e")),
"seafoam green" => Some(Rgba8::from_hex(b"#7af9ab")),
"blue green" => Some(Rgba8::from_hex(b"#137e6d")),
"khaki" => Some(Rgba8::from_hex(b"#aaa662")),
"burgundy" => Some(Rgba8::from_hex(b"#610023")),
"dark teal" => Some(Rgba8::from_hex(b"#014d4e")),
"brick red" => Some(Rgba8::from_hex(b"#8f1402")),
"royal purple" => Some(Rgba8::from_hex(b"#4b006e")),
"plum" => Some(Rgba8::from_hex(b"#580f41")),
"mint green" => Some(Rgba8::from_hex(b"#8fff9f")),
"gold" => Some(Rgba8::from_hex(b"#dbb40c")),
"baby blue" => Some(Rgba8::from_hex(b"#a2cffe")),
"yellow green" => Some(Rgba8::from_hex(b"#c0fb2d")),
"bright purple" => Some(Rgba8::from_hex(b"#be03fd")),
"dark red" => Some(Rgba8::from_hex(b"#840000")),
"pale blue" => Some(Rgba8::from_hex(b"#d0fefe")),
"grass green" => Some(Rgba8::from_hex(b"#3f9b0b")),
"navy" => Some(Rgba8::from_hex(b"#01153e")),
"aquamarine" => Some(Rgba8::from_hex(b"#04d8b2")),
"burnt orange" => Some(Rgba8::from_hex(b"#c04e01")),
"neon green" => Some(Rgba8::from_hex(b"#0cff0c")),
"bright blue" => Some(Rgba8::from_hex(b"#0165fc")),
"rose" => Some(Rgba8::from_hex(b"#cf6275")),
"light pink" => Some(Rgba8::from_hex(b"#ffd1df")),
"mustard" => Some(Rgba8::from_hex(b"#ceb301")),
"indigo" => Some(Rgba8::from_hex(b"#380282")),
"lime" => Some(Rgba8::from_hex(b"#aaff32")),
"sea green" => Some(Rgba8::from_hex(b"#53fca1")),
"periwinkle" => Some(Rgba8::from_hex(b"#8e82fe")),
"dark pink" => Some(Rgba8::from_hex(b"#cb416b")),
"olive green" => Some(Rgba8::from_hex(b"#677a04")),
"peach" => Some(Rgba8::from_hex(b"#ffb07c")),
"pale green" => Some(Rgba8::from_hex(b"#c7fdb5")),
"light brown" => Some(Rgba8::from_hex(b"#ad8150")),
"hot pink" => Some(Rgba8::from_hex(b"#ff028d")),
"black" => Some(Rgba8::from_hex(b"#000000")),
"lilac" => Some(Rgba8::from_hex(b"#cea2fd")),
"navy blue" => Some(Rgba8::from_hex(b"#001146")),
"royal blue" => Some(Rgba8::from_hex(b"#0504aa")),
"beige" => Some(Rgba8::from_hex(b"#e6daa6")),
"salmon" => Some(Rgba8::from_hex(b"#ff796c")),
"olive" => Some(Rgba8::from_hex(b"#6e750e")),
"maroon" => Some(Rgba8::from_hex(b"#650021")),
"bright green" => Some(Rgba8::from_hex(b"#01ff07")),
"dark purple" => Some(Rgba8::from_hex(b"#35063e")),
"mauve" => Some(Rgba8::from_hex(b"#ae7181")),
"forest green" => Some(Rgba8::from_hex(b"#06470c")),
"aqua" => Some(Rgba8::from_hex(b"#13eac9")),
"cyan" => Some(Rgba8::from_hex(b"#00ffff")),
"tan" => Some(Rgba8::from_hex(b"#d1b26f")),
"dark blue" => Some(Rgba8::from_hex(b"#00035b")),
"lavender" => Some(Rgba8::from_hex(b"#c79fef")),
"turquoise" => Some(Rgba8::from_hex(b"#06c2ac")),
"dark green" => Some(Rgba8::from_hex(b"#033500")),
"violet" => Some(Rgba8::from_hex(b"#9a0eea")),
"light purple" => Some(Rgba8::from_hex(b"#bf77f6")),
"lime green" => Some(Rgba8::from_hex(b"#89fe05")),
"grey" => Some(Rgba8::from_hex(b"#929591")),
"sky blue" => Some(Rgba8::from_hex(b"#75bbfd")),
"yellow" => Some(Rgba8::from_hex(b"#ffff14")),
"magenta" => Some(Rgba8::from_hex(b"#c20078")),
"light green" => Some(Rgba8::from_hex(b"#96f97b")),
"orange" => Some(Rgba8::from_hex(b"#f97306")),
"teal" => Some(Rgba8::from_hex(b"#029386")),
"light blue" => Some(Rgba8::from_hex(b"#95d0fc")),
"red" => Some(Rgba8::from_hex(b"#e50000")),
"brown" => Some(Rgba8::from_hex(b"#653700")),
"pink" => Some(Rgba8::from_hex(b"#ff81c0")),
"blue" => Some(Rgba8::from_hex(b"#0343df")),
"green" => Some(Rgba8::from_hex(b"#15b01a")),
"purple" => Some(Rgba8::from_hex(b"#7e1e9c")),
_ => None,
}
}