FlatColorPicker

The FlatColorPicker provides intuitive color selection from a wide spectrum or a predefined palette for precise customization and flexibility.

Sass Variables

The Telerik and Kendo UI FlatColorPicker is a composite UI component that consists of ColorPalette, ColorGradient, and Button elements. To configure and customize its appearance, use not only its dedicated Sass variables but also the ColorPalette and ColorGradient Sass variables, as well as those provided by the Button component.

VariableDefault ValueComputed ValueValue
kendo-color-editor-spacerk-map-get( $kendo-spacing, 3 )12pxDefault: k-map-get( $kendo-spacing, 3 )Computed: 12px
Description: The spacer of the ColorEditor.
kendo-color-editor-min-width272px272pxDefault: 272pxComputed: 272px
Description: The minimum width of the ColorEditor.
kendo-color-editor-border-width1px1pxDefault: 1pxComputed: 1px
Description: The width of the border around the ColorEditor.
kendo-color-editor-border-radius$kendo-border-radius-md4pxDefault: $kendo-border-radius-mdComputed: 4px
Description: The border radius of the ColorEditor.
kendo-color-editor-font-family$kendo-font-familyinheritDefault: $kendo-font-familyComputed: inherit
Description: The font family of the ColorEditor.
kendo-color-editor-font-size$kendo-font-size-md14pxDefault: $kendo-font-size-mdComputed: 14px
Description: The font size of the ColorEditor.
kendo-color-editor-line-height$kendo-line-height-md1.4285714286Default: $kendo-line-height-mdComputed: 1.4285714286
Description: The line height of the ColorEditor.
kendo-color-editor-text$kendo-component-text #424242Default: $kendo-component-textComputed: #424242
Description: The text color of the ColorEditor.
kendo-color-editor-bg$kendo-component-bg #ffffffDefault: $kendo-component-bgComputed: #ffffff
Description: The background color of the ColorEditor.
kendo-color-editor-border$kendo-component-border rgba(0, 0, 0, 0.08)Default: $kendo-component-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the ColorEditor.
kendo-color-editor-focus-bordernullnullDefault: nullComputed: null
Description: The border color of the focused ColorEditor.
kendo-color-editor-focus-shadownullnullDefault: nullComputed: null
Description: The box shadow of the focused ColorEditor.
kendo-color-editor-header-padding-y$kendo-color-editor-spacer12pxDefault: $kendo-color-editor-spacerComputed: 12px
Description: The vertical padding of the ColorEditor header.
kendo-color-editor-header-padding-x$kendo-color-editor-header-padding-y12pxDefault: $kendo-color-editor-header-padding-yComputed: 12px
Description: The horizontal padding of the ColorEditor header.
kendo-color-editor-header-actions-gapk-math-div( $kendo-color-editor-spacer, 1.5 )8pxDefault: k-math-div( $kendo-color-editor-spacer, 1.5 )Computed: 8px
Description: The spacing between the ColorEditor header actions.
kendo-color-editor-color-preview-width32px32pxDefault: 32pxComputed: 32px
Description: The width of the ColorEditor preview.
kendo-color-editor-color-preview-height12px12pxDefault: 12pxComputed: 12px
Description: The height of the ColorEditor preview.
kendo-color-editor-preview-gapk-map-get( $kendo-spacing, 1 )4pxDefault: k-map-get( $kendo-spacing, 1 )Computed: 4px
Description: The spacing between the colors in the ColorEditor preview.
kendo-color-editor-views-padding-y$kendo-color-editor-spacer12pxDefault: $kendo-color-editor-spacerComputed: 12px
Description: The vertical padding of the ColorEditor views container.
kendo-color-editor-views-padding-x$kendo-color-editor-views-padding-y12pxDefault: $kendo-color-editor-views-padding-yComputed: 12px
Description: The horizontal padding of the ColorEditor views container.
kendo-color-editor-views-gap$kendo-color-editor-spacer12pxDefault: $kendo-color-editor-spacerComputed: 12px
Description: The spacing of the ColorEditor views container.
kendo-color-editor-color-gradient-focus-outline-color rgba(0, 0, 0, .3) rgba(0, 0, 0, 0.3)Default: rgba(0, 0, 0, .3)Computed: rgba(0, 0, 0, 0.3)
Description: The outline color of the focused ColorGradient.
kendo-color-editor-color-gradient-focus-outline2px2pxDefault: 2pxComputed: 2px
Description: The outline width of the focused ColorGradient.
kendo-color-editor-color-gradient-focus-outline-offset4px4pxDefault: 4pxComputed: 4px
Description: The outline offset of the focused ColorGradient.