It would be nice to have some sort of palette support in the color picker. Right now, picking a color is quite cumbersome using sliders and dragging around:

It would be nice if an extension/server could provide a palette of colors that should be shown in a grid alongside the picker to allow a user to pick specific colors easily. These colours could be named colors (for example CSS has named colors, and Flutter has sets of named colors too), or extensions could allow the user to define themes that are contributed here (or a clever language server might index colors used/defined elsewhere in the project and provide them).
It would be nice to have some sort of palette support in the color picker. Right now, picking a color is quite cumbersome using sliders and dragging around:
It would be nice if an extension/server could provide a palette of colors that should be shown in a grid alongside the picker to allow a user to pick specific colors easily. These colours could be named colors (for example CSS has named colors, and Flutter has sets of named colors too), or extensions could allow the user to define themes that are contributed here (or a clever language server might index colors used/defined elsewhere in the project and provide them).