Created
October 3, 2014 18:02
-
-
Save jennielees/b29b36d101588e983bf8 to your computer and use it in GitHub Desktop.
Some fun constants
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ANIMALS = [ | |
"alligator", | |
"armadillo", | |
"bear", | |
"beaver", | |
"butterfly", | |
"camel", | |
"chicken", | |
"chipmunk", | |
"cougar", | |
"coyote", | |
"crocodile", | |
"crab", | |
"crayfish", | |
"crow", | |
"dinosaur", | |
"dolphin", | |
"donkey", | |
"dragonfly", | |
"deer", | |
"duck", | |
"eagle", | |
"earthworm", | |
"elephant", | |
"fish", | |
"frog", | |
"gerbil", | |
"giraffe", | |
"goat", | |
"goose", | |
"gopher", | |
"hamster", | |
"hawk", | |
"hedgehog", | |
"hippopotamus", | |
"horse", | |
"jellyfish", | |
"kangaroo", | |
"kitten", | |
"koala", | |
"leopard", | |
"lion", | |
"lizard", | |
"monkey", | |
"moose", | |
"mosquito", | |
"mouse", | |
"octopus", | |
"oyster", | |
"parrot", | |
"panda", | |
"panther", | |
"pelican", | |
"penguin", | |
"piglet", | |
"pigeon", | |
"rabbit", | |
"reindeer", | |
"rhinoceros", | |
"shark", | |
"sheep", | |
"skunk", | |
"snail", | |
"snake", | |
"spider", | |
"squirrel", | |
"tiger", | |
"tortoise", | |
"turkey", | |
"turtle", | |
"whale", | |
"wolf", | |
"woodpecker", | |
"worm", | |
"zebra" | |
] | |
COLOURS = [ | |
"aeneous", | |
"albicant", | |
"albugineous", | |
"amaranthine", | |
"argent", | |
"atrous", | |
"aubergine", | |
"aurulent", | |
"azuline", | |
"azure", | |
"badious", | |
"beige", | |
"brunneous", | |
"burnet", | |
"caesious", | |
"cardinal", | |
"castaneous", | |
"castory", | |
"celadon", | |
"celeste", | |
"cerulean", | |
"cesious", | |
"chartreuse", | |
"chlorochrous", | |
"chrysochlorous", | |
"cinerious", | |
"cinnabar", | |
"citreous", | |
"citrine", | |
"claret", | |
"coccineous", | |
"columbine", | |
"coquelicot", | |
"corbeau", | |
"cramoisy", | |
"cretaceous", | |
"croceate", | |
"cyaneous", | |
"eburnean", | |
"erythraean", | |
"ferruginous", | |
"filemot", | |
"flammeous", | |
"flavescent", | |
"fuliginous", | |
"fulvous", | |
"fuscous", | |
"gamboge", | |
"glaucous", | |
"goldenrod", | |
"greige", | |
"gridelin", | |
"griseous", | |
"haematic", | |
"heliotrope", | |
"hoary", | |
"hyacinthine", | |
"ianthine", | |
"ibis", | |
"icterine", | |
"icteritious", | |
"incarnadine", | |
"indigo", | |
"infuscate", | |
"isabelline", | |
"jacinthe", | |
"jessamy", | |
"kermes", | |
"khaki", | |
"lateritious", | |
"leucochroic", | |
"liard", | |
"lovat", | |
"lurid", | |
"luteolous", | |
"luteous", | |
"lutescent", | |
"madder", | |
"magenta", | |
"maroon", | |
"mauve", | |
"mazarine", | |
"melanic", | |
"melichrous", | |
"meline", | |
"miniaceous", | |
"minium", | |
"modena", | |
"morel", | |
"nacarat", | |
"nankeen", | |
"nigricant", | |
"nigrine", | |
"niveous", | |
"ochre", | |
"ochroleucous", | |
"olivaceous", | |
"pavonated", | |
"periwinkle", | |
"perse", | |
"phoeniceous", | |
"piceous", | |
"plumbeous", | |
"ponceau", | |
"porphyrous", | |
"porraceous", | |
"prasinous", | |
"primrose", | |
"puccoon", | |
"puce", | |
"puniceous", | |
"purpure", | |
"purpureal", | |
"pyrrhous", | |
"rhodopsin", | |
"rubiginous", | |
"rubious", | |
"rufous", | |
"russet", | |
"sable", | |
"saffron", | |
"sage", | |
"sanguineous", | |
"sapphire", | |
"sarcoline", | |
"sepia", | |
"sinopia", | |
"slate", | |
"smalt", | |
"smaragdine", | |
"solferino", | |
"sorrel", | |
"spadiceous", | |
"stammel", | |
"stramineous", | |
"suede", | |
"sulphureous", | |
"tan", | |
"taupe", | |
"tawny", | |
"teal", | |
"terracotta", | |
"testaceous", | |
"tilleul", | |
"titian", | |
"topaz", | |
"turquoise", | |
"ultramarine", | |
"umber", | |
"vermeil", | |
"vermilion", | |
"vinaceous", | |
"vinous", | |
"violaceous", | |
"violet", | |
"virescent", | |
"virid", | |
"viridian", | |
"vitellary", | |
"wallflower", | |
"watchet", | |
"wheaten", | |
"whey", | |
"willowish", | |
"xanthic", | |
"zinnober" | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment