From 8d91242c45528f416630cc447c4f3437f66aa446 Mon Sep 17 00:00:00 2001 From: Ian Smith Date: Mon, 9 May 2016 16:01:39 -0700 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1657e76..24f74ca 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Here's an example of a workflow that could be implemented: ### **Bonus Challenges:** +* Color Palette: check out http://www.colors.commutercreative.com/grid/ for a list of all standard CSS colors * Pencil tool: Add the ability to click and drag to draw pencil lines * Selection tool: Add a tool which allows the user to drag across the screen and paint all pixels that fall inside the rectangular selection * Add a color picker which allows the user to select any color. Look into HTML5 color inputs