/shades

A small library of color tools for creating shades of a color family.

Primary LanguageGoApache License 2.0Apache-2.0

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."