woocommerce_frontend_css_color_picker(__('Primary','woocommerce'),'woocommerce_frontend_css_primary',$colors['primary'],__('Call to action buttons/price slider/layered nav UI','woocommerce'));
woocommerce_frontend_css_color_picker(__('Secondary','woocommerce'),'woocommerce_frontend_css_secondary',$colors['secondary'],__('Buttons and tabs','woocommerce'));
woocommerce_frontend_css_color_picker(__('Highlight','woocommerce'),'woocommerce_frontend_css_highlight',$colors['highlight'],__('Price labels and Sale Flashes','woocommerce'));
woocommerce_frontend_css_color_picker(__('Content','woocommerce'),'woocommerce_frontend_css_content_bg',$colors['content_bg'],__('Your themes page background - used for tab active states','woocommerce'));
woocommerce_frontend_css_color_picker(__('Subtext','woocommerce'),'woocommerce_frontend_css_subtext',$colors['subtext'],__('Used for certain text and asides - breadcrumbs, small text etc.','woocommerce'));
echo'<span class="description">'.__('To edit colours <code>woocommerce/assets/css/woocommerce-base.less</code> and <code>woocommerce.css</code> need to be writable. See <a href="http://codex.wordpress.org/Changing_File_Permissions">the Codex</a> for more information.','woocommerce').'</span>';