---
title: Color Palette
category: components
slug: color-palette
position: 10
---

# ColorPalette Keyboard Support

## Keyboard Shortcuts

| Shortcut | Behavior |
|----------|----------|
| `Down Arrow`| Focuses the next cell above.|
| `Up Arrow`| Focuses the next cell below.|
| `Right Arrow`| Focuses the next cell on the right.|
| `Left Arrow`| Focuses the next cell on the left.|
| `Enter` | Focuses the next cell on the right from the currently focused cell.|

## Resources

https://www.w3.org/WAI/ARIA/apg/example-index/grid/dataGrids.html
