ColorGradient

The ColorGradient component enables intuitive color selection through canvas, sliders, or manual input of specific color values.

Sass Variables

The Telerik and Kendo UI ColorGradient enables you to configure and customize its appearance through the available Sass variables.

VariableDefault ValueComputed ValueValue
kendo-color-gradient-spacerk-spacing(3)var(--kendo-spacing-3, 0.75rem)Default: k-spacing(3)Computed: var(--kendo-spacing-3, 0.75rem)
Description: The spacer of the ColorGradient.
kendo-color-gradient-width272px272pxDefault: 272pxComputed: 272px
Description: The width of the ColorGradient.
kendo-color-gradient-border-width1px1pxDefault: 1pxComputed: 1px
Description: The width of the border around the ColorGradient.
kendo-color-gradient-border-radiusk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)Default: k-border-radius(md)Computed: var(--kendo-border-radius-md, 0.25rem)
Description: The border radius of the ColorGradient.
kendo-color-gradient-padding-y$kendo-color-gradient-spacervar(--kendo-spacing-3, 0.75rem)Default: $kendo-color-gradient-spacerComputed: var(--kendo-spacing-3, 0.75rem)
Description: The vertical padding of the ColorGradient.
kendo-color-gradient-padding-x$kendo-color-gradient-padding-yvar(--kendo-spacing-3, 0.75rem)Default: $kendo-color-gradient-padding-yComputed: var(--kendo-spacing-3, 0.75rem)
Description: The horizontal padding of the ColorGradient.
kendo-color-gradient-gap$kendo-color-gradient-spacervar(--kendo-spacing-3, 0.75rem)Default: $kendo-color-gradient-spacerComputed: var(--kendo-spacing-3, 0.75rem)
Description: The spacing between the sections of the ColorGradient.
kendo-color-gradient-font-familyvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)Default: var( --kendo-font-family, inherit )Computed: var(--kendo-font-family, inherit)
Description: The font family of the ColorGradient.
kendo-color-gradient-font-sizevar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)Default: var( --kendo-font-size, inherit )Computed: var(--kendo-font-size, inherit)
Description: The font size of the ColorGradient.
kendo-color-gradient-line-heightvar( --kendo-line-height, normal )var(--kendo-line-height, normal)Default: var( --kendo-line-height, normal )Computed: var(--kendo-line-height, normal)
Description: The line height of the ColorGradient.
kendo-color-gradient-text$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)Default: $kendo-component-textComputed: var(--kendo-color-on-app-surface, #3d3d3d)
Description: The text color of the ColorGradient.
kendo-color-gradient-bg$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)Default: $kendo-component-bgComputed: var(--kendo-color-surface-alt, #ffffff)
Description: The background color of the ColorGradient.
kendo-color-gradient-border$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))Default: $kendo-component-borderComputed: var(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description: The border color of the ColorGradient.
kendo-color-gradient-focus-bordernullnullDefault: nullComputed: null
Description: The border color of the focused ColorGradient.
kendo-color-gradient-focus-shadowk-elevation(3)var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))Default: k-elevation(3)Computed: var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))
Description: The box shadow of the focused ColorGradient.
kendo-color-gradient-canvas-border-radiusk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)Default: k-border-radius(md)Computed: var(--kendo-border-radius-md, 0.25rem)
Description: The border radius of the ColorGradient canvas.
kendo-color-gradient-canvas-gap$kendo-color-gradient-spacervar(--kendo-spacing-3, 0.75rem)Default: $kendo-color-gradient-spacerComputed: var(--kendo-spacing-3, 0.75rem)
Description: The spacing between the items of the ColorGradient canvas.
kendo-color-gradient-canvas-rectangle-height180px180pxDefault: 180pxComputed: 180px
Description: The height the ColorGradient canvas hsv rectangle.
kendo-color-gradient-slider-track-size10px10pxDefault: 10pxComputed: 10px
Description: The width of the ColorGradient slider.
kendo-color-gradient-slider-border-radius10px10pxDefault: 10pxComputed: 10px
Description: The border radius of the ColorGradient slider.
kendo-color-gradient-slider-draghandle-border-width3px3pxDefault: 3pxComputed: 3px
Description: The width of the border around the ColorGradient slider drag handle.
kendo-color-gradient-slider-vertical-size180px180pxDefault: 180pxComputed: 180px
Description: The height of the ColorGradient vertical slider.
kendo-color-gradient-slider-horizontal-size100%100%Default: 100%Computed: 100%
Description: The width of the ColorGradient horizontal slider.
kendo-color-gradient-draghandle-width14px14pxDefault: 14pxComputed: 14px
Description: The width of the ColorGradient canvas drag handle.
kendo-color-gradient-draghandle-height14px14pxDefault: 14pxComputed: 14px
Description: The height of the ColorGradient canvas drag handle.
kendo-color-gradient-draghandle-border-width1px1pxDefault: 1pxComputed: 1px
Description: The width of the border around the ColorGradient canvas drag handle.
kendo-color-gradient-draghandle-outline-width1px1pxDefault: 1pxComputed: 1px
Description: The width of the outline around the ColorGradient canvas drag handle.
kendo-color-gradient-draghandle-border-radius50%50%Default: 50%Computed: 50%
Description: The border radius of the ColorGradient canvas drag handle.
kendo-color-gradient-draghandle-textnullnullDefault: nullComputed: null
Description: The text color of the ColorGradient canvas drag handle.
kendo-color-gradient-draghandle-bgtransparent transparentDefault: transparentComputed: transparent
Description: The background color of the ColorGradient canvas drag handle.
kendo-color-gradient-draghandle-borderrgba( $kendo-color-white, .8) rgba(255, 255, 255, 0.8)Default: rgba( $kendo-color-white, .8)Computed: rgba(255, 255, 255, 0.8)
Description: The color of the border around the ColorGradient canvas drag handle.
kendo-color-gradient-draghandle-focus-shadow$kendo-color-black #000000Default: $kendo-color-blackComputed: #000000
Description: The focus color of the outline around the ColorGradient canvas drag handle.
kendo-color-gradient-draghandle-hover-shadow$kendo-color-black #000000Default: $kendo-color-blackComputed: #000000
Description: The hover color of the outline around the ColorGradient canvas drag handle.
kendo-color-gradient-draghandle-shadowk-elevation(2) rgba(0, 0, 0, 0.5)Default: k-elevation(2)Computed: rgba(0, 0, 0, 0.5)
Description: The box shadow of the ColorGradient canvas drag handle.
kendo-color-gradient-canvas-draghandle-margin-y- k-math-div( $kendo-color-gradient-draghandle-height, 2 )-7pxDefault: - k-math-div( $kendo-color-gradient-draghandle-height, 2 )Computed: -7px
Description: The vertical margin of the ColorGradient canvas drag handle.
kendo-color-gradient-canvas-draghandle-margin-x- k-math-div( $kendo-color-gradient-draghandle-width, 2 )-7pxDefault: - k-math-div( $kendo-color-gradient-draghandle-width, 2 )Computed: -7px
Description: The horizontal margin of the ColorGradient canvas drag handle.
kendo-color-gradient-input-width46px46pxDefault: 46pxComputed: 46px
Description: The width of the ColorGradient input.
kendo-color-gradient-input-gapcalc( #{$kendo-color-gradient-spacer} / 1.5 )calc(var(--kendo-spacing-3, 0.75rem) / 1.5)Default: calc( #{$kendo-color-gradient-spacer} / 1.5 )Computed: calc(var(--kendo-spacing-3, 0.75rem) / 1.5)
Description: The spacing between the ColorGradient inputs.
kendo-color-gradient-input-label-gapcalc( #{$kendo-color-gradient-spacer} / 3 )calc(var(--kendo-spacing-3, 0.75rem) / 3)Default: calc( #{$kendo-color-gradient-spacer} / 3 )Computed: calc(var(--kendo-spacing-3, 0.75rem) / 3)
Description: The spacing between the ColorGradient inputs and their labels.
kendo-color-gradient-input-label-text$kendo-subtle-textvar(--kendo-color-subtle, #666666)Default: $kendo-subtle-textComputed: var(--kendo-color-subtle, #666666)
Description: The text color of the ColorGradient input labels.
kendo-color-gradient-contrast-ratio-font-weightvar( --kendo-font-weight-bold, normal )var(--kendo-font-weight-bold, normal)Default: var( --kendo-font-weight-bold, normal )Computed: var(--kendo-font-weight-bold, normal)
Description: The font weight of the ColorGradient contrast ratio text.
kendo-color-gradient-contrast-spacercalc( #{$kendo-color-gradient-spacer} / 1.5 )calc(var(--kendo-spacing-3, 0.75rem) / 1.5)Default: calc( #{$kendo-color-gradient-spacer} / 1.5 )Computed: calc(var(--kendo-spacing-3, 0.75rem) / 1.5)
Description: The spacing between the items in the ColorGradient contrast tool.