customColors
Optional. Shows a section with custom colors in the bottom part of Colorpicker
customColors?: string[];
Example
const colorpicker = new dhx.Colorpicker("colorpicker_container", {
customColors: ["#1d2de7", "#ab31ff", "#a3fa76"]
});