jquery onlcick css перемены
$('.colors-list li').click(function(e){
$('.results').css('background-color', 'red');
});
Naive Chief
$('.colors-list li').click(function(e){
$('.results').css('background-color', 'red');
});