Extend Gutenberg block core/quote block

Do you receive any errors in the browser dev tools while you have the block editor open?

One improvement that I immediately notice is that your call to the block editor should be:

const {
    InspectorControls,
    getColorObjectByColorValue,
} = wp.block-editor; 

not block.editor.