The ui5-color-picker allows users to choose any color and provides different input options for selecting colors.
Usage  
When to use  
Use the color picker if:
users need to select any color freely. 
 
When not to use  
Users need to select one color from a predefined set of colors. Use the ColorPalette component instead. 
 
ES6 Module Import  
import "@ui5/webcomponents/dist/ColorPicker.js";
Basic Sample  
 Download Open in Playground Edit 
Properties  
value  
Description Defines the currently selected color of the component.Note : use HEX, RGB, RGBA, HSV formats or a CSS color name when modifying this property. Type stringDefault "rgba(255,255,255,1)" 
name  
Description Determines the name by which the component will be identified upon submission in an HTML form.Note:  This property is only applicable within the context of an HTML Form element. Type string | undefinedDefault undefined Since 2.0.0 
simplified  
Description When set to true, the alpha slider and inputs for RGB values will not be displayed. Type booleanDefault false Since 2.5.0 
Slots  
No slots available for this component.
Events