Entering edit mode
There are two ways to start editing a color:- Click the pencil icon that appears in the row of action buttons below any palette item. The hex label is replaced by an editable text input in-place.
- Press
Shift+Alt+1–9,0to jump straight into edit mode for a specific color by position. Key1edits the first color,2the second, and so on. Key0edits the tenth.
Keyboard shortcuts use
event.code so they work correctly on all keyboard layouts regardless of what character the digit key produces.Live hex preview
While the input is open, the palette item’s color swatch updates in real time as you type. The preview follows valid hex values; partial or invalid input is ignored until you have a complete 6-character hex code.Type a hex value
Enter a 6-character hex code (with or without the
# prefix). The color swatch updates live as your input becomes valid.Invalid input behavior
If you pressEnter while the input contains an invalid hex value, the input briefly flashes red and stays open in edit mode. You must either fix the value or press Escape to cancel.
Color picker (HSL / Oklch sliders)
When edit mode is active, a• dot button appears to the left of the hex input. Clicking it opens a popover with slider-based color pickers:
- HSL mode — three sliders for hue (0–360°), saturation (0–100%), and lightness (0–100%), each with a color-gradient track.
- Oklch mode — three sliders for lightness (0–100%), chroma (0–40, mapped from 0–0.4), and hue (0–360°). Oklch is a perceptually uniform space, so equal slider moves feel like equal visual changes.
EyeDropper in edit mode
When edit mode is active on a Chromium-based browser (Chrome, Edge, Arc, Brave), a pipette icon appears in the input area. Clicking it launches the nativeEyeDropper API, which lets you sample any color visible on your screen — including outside the browser window.
Related
Eyedropper
Pick colors from anywhere on screen and add them to your palette.
Color variations
Explore tints, shades, and tones generated from any palette color.
Keyboard shortcuts
Full list of shortcuts including per-color edit commands.
Color naming
How colors get their human-readable names.