public function save()
 {
     foreach ($this->getValues() as $k => $v) {
         opColorConfig::set($k, $v, 'mobile_frontend');
     }
 }