Skip to content

Instantly share code, notes, and snippets.

@SamHerbert
Created August 20, 2013 03:24
Show Gist options
  • Save SamHerbert/6276783 to your computer and use it in GitHub Desktop.
Save SamHerbert/6276783 to your computer and use it in GitHub Desktop.
Light blue and grey color scheme for Google Maps, inspired by MapBox's default map color. Preview: http://cl.ly/image/173w0X2T3o05/o
[
{
"featureType": "water",
"stylers": [
{
"saturation": 43
},
{
"lightness": -11
},
{
"hue": "#0088ff"
}
]
},
{
"featureType": "road",
"elementType": "geometry.fill",
"stylers": [
{
"hue": "#ff0000"
},
{
"saturation": -100
},
{
"lightness": 99
}
]
},
{
"featureType": "road",
"elementType": "geometry.stroke",
"stylers": [
{
"color": "#808080"
},
{
"lightness": 54
}
]
},
{
"featureType": "landscape.man_made",
"elementType": "geometry.fill",
"stylers": [
{
"color": "#ece2d9"
}
]
},
{
"featureType": "poi.park",
"elementType": "geometry.fill",
"stylers": [
{
"color": "#ccdca1"
}
]
},
{
"featureType": "road",
"elementType": "labels.text.fill",
"stylers": [
{
"color": "#767676"
}
]
},
{
"featureType": "road",
"elementType": "labels.text.stroke",
"stylers": [
{
"color": "#ffffff"
}
]
},
{
"featureType": "poi",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "landscape.natural",
"elementType": "geometry.fill",
"stylers": [
{
"visibility": "on"
},
{
"color": "#b8cb93"
}
]
},
{
"featureType": "poi.park",
"stylers": [
{
"visibility": "on"
}
]
},
{
"featureType": "poi.sports_complex",
"stylers": [
{
"visibility": "on"
}
]
},
{
"featureType": "poi.medical",
"stylers": [
{
"visibility": "on"
}
]
},
{
"featureType": "poi.business",
"stylers": [
{
"visibility": "simplified"
}
]
}
]
@SamHerbert
Copy link
Author

Preview

@adamkrogh
Copy link

Hey, would you mind if I listed this for free on my site http://snazzymaps.com. It's a repository of different google maps color schemes for developers and designers. This style is awesome and I wouldn't mind adding it to the list. I could link your name and website to the style if you would like.

@SamHerbert
Copy link
Author

@adamkrogh sure, go for it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment