# Iced Color Picker [![Documentation](https://docs.rs/iced_color_picker/badge.svg)](https://docs.rs/iced_color_picker) [![Crates.io](https://img.shields.io/crates/v/iced_color_picker.svg)](https://crates.io/crates/iced_color_picker) [![License](https://img.shields.io/crates/l/iced_color_picker.svg)](https://github.com/B0ney/iced-color-picker/blob/main/LICENSE) A simple, composable color picker widget for [iced](https://iced.rs). ## Demo ```shell cargo run -p example ``` ![demo](demo.png) # Flavours ## Saturation and Value ![](hue_saturation.png) ## Vertical Hue ![](vertical_hue.png) ## Horizontal Hue ![](horizontal_hue.png)