$('.colors-list li').click(function(e){ var color = $(this).text(); $('.results').css('background-color',color); });