I wrote a picker (link) to colorize any string with setting a table in setup().
require("ccc").setup {
picker = {
require "ccc.picker.rgb",
require "core.utils.ccc" {
red = "#BF616A",
green = "#A3BE8C",
blue = "#81A1C1",
……
}
},
}

Can you merge this feature when I issue it as a PR?