Make a random Pleasing color.
Please.make_color(); //ezpz
Please.make_color(); //ezpz
Please.make_color({
colors_returned: 4 //set number of colors returned
});
Please.make_color({
base_color: 'orangered' //set your base color
});
Please.make_color({
greyscale: true, //for the brits
grayscale: true //for the yanks
});
Please.make_color({
golden: false, //disable default
full_random: true //go full random
});
Please.make_color({
golden: false, //disable default
hue: 12, //set your hue manually
saturation: .7, //set your saturation manually
value: .8 //set your value manually
});
Please.make_scheme({
scheme_type: 'analogous', //set scheme type
format: 'rgb-string' //give it to us in rgb
});