tkinter color palette code example
Example 1: gui.configure(background="light green") in tkinter
gui.configure(background="light green")
Example 2: tkinter color chart
# Standard colors include:
gray99 # white
black # black
lawn green # light green
# those are the main ones I use. The green is just to inspect frames for
# troubleshooting.