# program taken from http://stackoverflow.com/questions/4969543/colour-chart-for-tkinter-and-tix-using-python # from tkinter import * MAX_ROWS = 36 FONT_SIZE = 10 # (pixels) COLORS = ['snow', 'ghost white', 'white smoke', 'gainsboro', 'floral white', 'old lace', 'linen', 'antique white', 'papaya whip', 'blanched almond', 'bisque', 'peach puff', 'navajo white', 'lemon chiffon', 'mint cream', 'a..