$('.change').dropkick({ change: function (value, label) { $('body').css({ background : value }).find('legend').css({ color: value }); } });