Please view the joined picture for reference.
I am building a square based module for the WordPress Gutenberg editor.
How would i be able to add layout colors (i.e., those dark and pastel shades) to ColorPalette ("Input line color")?
Catch is that I don’t need the switch framework ("Color Settings") that PanelColorSettings comes with.
The "input line color" will be essential for a PanelBody that as of now has different settings that utilization stuff like TextControl.
I did some Googling and ran over something many refer to as withColors – anyway that is only a HOC for PanelColorSettings. So I don’t feel that would tackle my requirement.

