var first = function () {
$('#fthemes').click(function() {
$('body').css("background-image", "repeating-radial-gradient(circle at 200px 100px, #fff, #fff 25px, #fce3ee 25px, #fce3ee 50px)");
$('body').css("background-attachment", "fixed");
})
}
<button onclick="first()">1</button>
var first = function () {
$('body').css("background-image", "repeating-radial-gradient(circle at 200px 100px, #fff, #fff 25px, #fce3ee 25px, #fce3ee 50px)");
$('body').css("background-attachment", "fixed");
}