Traditional Japan colors for 24bit terminal
Nippon colors is a collection of colors traditionally used in Japanese arts and crafts. This library exposes those colors for 24bit terminal output as a collection of wrappers of gookit.Color types. The color list and data taken from nipponcolor PWA repository.
import (
color "github.com/eiri/nippon-colors"
)
func main() {
color.Tsutsuji.Print("Azalea")
}