Skip to content

tpryan/shades

Repository files navigation

Shades

GoDoc Go

This is a minimal golang package and app for generating random colors.

Usage

shade := NewFamily(Red)
color := shade.Random()

fmt.Println(color)
fmt.Printf("color: %s\n", color) // #e58677

If you run the sample web app you get a minimal random list of colors.

Colors Screenshot

"This is not an official Google Project."