Repository URL to install this package:
| 
      
        
        
        Version: 
        
         
          
          0.14.1  ▾
        
         | 
const colorList = [
  {
    label: 'Blue',
    value: '#25A9E0',
    type: 'color',
  },
  {
    label: 'Green',
    value: '#008000',
    type: 'color',
  },
  {
    label: 'Black',
    value: 'black',
    type: 'color',
  },
  {
    label: 'Custom',
    value:
      'https://raderain.sirv.com/T-Giant/597F_140003110_main.png?ch=150&cw=190&cx=center&cy=center',
    type: 'color',
  },
]
export { colorList }