There is no color option to control the countdown shortcode. You will need to insert some custom CSS to change the color. Here is an example.
#wrap .wc-shortcodes-countdown {
border-color: #000000;
background-color: #ff00ff;
}
#wrap .wc-shortcodes-countdown .countdown_section {
border-color: #ffffff;
color: #ffffff;
}

