value String | kendo.Color (default: null)

Specifies the initially selected color.

Example

<div id="flatpicker"></div>
<script>
$("#flatpicker").kendoFlatColorPicker({
  value: "#b72bba"
});
</script>
In this article