package color import "errors" var ErrBadColorInput = errors.New("bad color input") var ErrUnknownColorFormat = errors.New("bad color format")