Ctrl + K
Get StartedStylesCoreCompsCDK
Actions
Action Sheet
Button
Button Group
Context Menu
Dropdown Button
Menu
Side Menu
Form & Editors
Checkbox
Color Box
Color Palette
Cron Job
Date & Time Box
Date & Time Picker
Form
Image Editor
Json Viewer
Number Box
One time password
Paint
Password Box
Phone Box
Query Builder
Range Slider
Rate Picker
Rest Api Generator
Search Box
Select Box
Selection List
Step Wizard
Switch
Tag Box
Text Box
Textarea
Tree View
Uploader
WYSIWYG
Navigation & Layout
Avatar
Badge
Bottom Navigation
Breadcrumb
Calendar
Chips
Circular Progress
Collapse
Comment
Conversation
Data Pager
Data Table
Drawer
File Explorer
Grid Layout Builder
Image
KBD
List
Loading
Map
Media Viewer
Navbar
Picker
Popover
Popup
Progress Bar
Qrcode
Rail Navigation
Result
Skeleton
Sliding Item
Tabs
Tag
Time Line
Toolbar
Tooltip
Dialog & Notifications
Alert
Dialog
Loading Dialog
Notification
Toast

Color Palette

import { AXColorPaletteModule } from '@acorex/components/color-palette'; Color Palette component simplifies color selection in the UI with predefined and custom color sets. It supports interaction via click, tap, or keyboard navigation, and allows color retrieval through events or two-way binding. Commonly used for tasks like selecting product colors in e-commerce platforms.

Overview

In this section, you can test different options of this component and see the output in real time
hex
  • Value: #9c27b0

Usage

A simple example of using ax-color-palette
Preview
Code

Swatches

Show swatches by ax-color-palette-swatches
Preview
Code

Inputs

Show input control by ax-color-palette-input
Preview
Code

Preview

You can show color preview by using ax-color-palette-preview tag.
Preview
Code

Full options

An example of using all tags in ax-color-palette
Preview
Code

Design Tokens

Design tokens are variables that define the visual style of ACoreX components. You can use them to change colors, typography, spacing, and other visual aspects. Default component colors use system surface colors.
--ax-comp-color-palette-color-sample-width3.5remWidth of each color sample in the palette.
--ax-comp-color-palette-transparent-colorunsetColor used to represent transparency in the palette.

Props

disabledbooleanfalseDisables the color palette, preventing any interaction with it.
readonlybooleanfalseDetermines if the color palette is read-only, meaning the user cannot change the selected color.
tabIndexnumber0Sets the tab index of the color palette, determining its position in the tab order.
value--Specifies the current selected color value of the color palette.
stateAXComponentStateclearIndicates the state of the color palette
namestring-Specifies the name of the color palette, used for identification purposes.
checked--Shows whether the color palette is checked or selected, if applicable.

Methods

onBlur

AXFocusEvent

Specifies the function to be called when the color palette loses focus.
onFocus

AXFocusEvent

Specifies the function to be called when the color palette gains focus.
stateChange

AXComponentState

Invokes the function when the state of the color palette changes.
readonlyChange

boolean

Calls the function when the readonly state of the color palette changes.
valueChange

any

Calls the function when the value of the color palette changes.
onValueChanged

AXValueChangedEvent<any>

Triggers the function when the value of the color palette changes.
disabledChange

boolean

Calls the function when the disabled state of the color palette changes.
validationRulesChange

AXFormValidationRule[]

Invokes the function when the validation rules for the color palette change.
onOptionChanged

AXOptionChangedEvent

Triggers the function when an option related to the color palette changes.

Copyright ©2017-2025 ACoreX Labs Inc.

On this page