Color Picker

Paint your app with all the colors of the wind using our Color Picker. Select, mix, match and marvel at the result!

Example

1 import { ColorPicker, Flex } from '@haktos/sugarcoat-ui';
2
3 <Flex gap='3' direction='column' justify='center'>
4 <ColorPicker model='hexa' color='#000' />
5 </Flex>
6