var dataset = ee.ImageCollection('COPERNICUS/S2_SR')
.filterDate('2021-01-01', '2021-02-12')
.filterBounds(Zone)
.filter(ee.Filter.lt('CLOUDY_PIXEL_PERCENTAGE',20))
.map(rescale);
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter