A dataset containing optimized traditional Chinese colors. These colors are extracted from those books:
Chinese Traditional Colors - Color Aesthetics in the Forbidden City (ISBN: 9787521716054)
Chinese Beautiful Colors - The Most Chinese Culture Vol.3 (ISBN: 9781672897198)
Chinese Colors (ISBN: 9787558016479)
Chinese Journal of Chromatography (ISSN 1000-8713)
Chinese Color Atlas
Thanks to the author of the blog for providing the data.
The dataset also includes pre-generated Chinese color sets (ChineseSet8, ChineseSet16, ChineseSet32,
ChineseSet64, ChineseSet128) as an attribute color_sets, generated by
colors/ChineseColors.py script, similar to omicverse's palette generation approach.
Examples
data(chinese_colors)
color_sets <- attr(chinese_colors, "color_sets")
show_palettes(
list(
color_sets$ChineseSet8,
color_sets$ChineseSet16,
color_sets$ChineseSet32
)
)
#> [1] "1" "2" "3"
# Use ChineseColors class
cc <- ChineseColors()
widget <- cc$visual_colors(
title = "Chinese Traditional Colors",
name_type = "chinese"
)
htmltools::browsable(widget)
Chinese Traditional Colors