ColorPicker

@Composable
fun ColorPicker(colors: List<NamedColor>, selectedColor: Color, onColorSelected: (NamedColor) -> Unit)