customColors
shows a section with custom colors in the bottom part of ColorPicker
customColors?: string[];
Example
var colorpicker = new dhx.Colorpicker("colorpicker_container", {
customColors: ["#1d2de7", "#ab31ff", "#a3fa76"]
});
Related sample: Colorpicker. Custom Colors