color_change(color) {
        let {form} = this.state;
        form.color = color.hex;
        this.setState({form});
    }