Standard Input
DefaultStandard input field with integrated color preview.
ColorPickUp.setInstance(
'.demo-standard', {
fieldMode: 'both',
style: 'modern',
theme: 'light'
});
Explore different field modes, interface styles, and themes. Every example below is fully interactive.
Standard input field with integrated color preview.
ColorPickUp.setInstance(
'.demo-standard', {
fieldMode: 'both',
style: 'modern',
theme: 'light'
});
Glassmorphism interface with dark appearance.
style: 'glass'
theme: 'dark'
Compact trigger showing only the color button.
fieldMode: 'color'
style: 'windows11'
Native macOS inspired appearance with rounded controls.
style: 'macos'
theme: 'light'
Terminal interface using green-on-black styling.
style: 'terminal'
theme: 'dark'
History, harmonies, alpha support and palettes enabled.
{
alpha: true,
history: true,
harmony: true,
palette: true
}