module Cryptozoologist::Dictionaries::Colors::Paint

Public Class Methods

list() click to toggle source
# File lib/cryptozoologist/dictionaries/colors/paint.rb, line 5
def self.list
  [
    "hugs and kisses",
    "mayonnaise",
    "potentially purple",
    "dragon blood",
    "mermaid net",
    "song of summer",
    "friendship",
    "flamingo dream",
    "salty tear",
    "practical beige",
    "whispering peach",
    "anonymous",
    "emotional",
    "spirit whisper",
    "phantom mist",
    "rave red",
    "magic potion",
    "silver fox",
    "winter wolf",
    "new age",
    "bagel",
    "nacho cheese",
    "magic school bus",
    "centaur",
    "obstinate orange",
    "gray area",
    "new london burgundy",
    "buxton blue",
    "bachelor blue",
    "red red wine",
    "dream i can fly",
    "lavender secret",
    "dinner mint",
    "cheerful whisper",
    "likeable sand",
    "appletini",
    "frozen in time",
    "subtle touch",
    "cottage green",
    "absolute zero",
    "lambskin",
    "old canal",
    "polar drift",
    "clear pond",
    "washed khaki",
    "chantilly",
    "falling snow",
    "cherry tart",
    "pyramid gold",
    "oregano spice",
    "prarie poppy"
  ]
end