Here's a simple implementation of the color picker. Click the + icon to add colors
to the user palette.

    let complementary = [{h:0,s:80,l:40}, {h:50,s:90,l:30}];
    <ColorPicker value={[1, 0, 0, 1]} isOpen={true} style={{width:400, height:300}}/>
