Skip to content

Instantly share code, notes, and snippets.

@tripflex
Created May 18, 2023 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tripflex/fae875338202cd873655c70e99fd003f to your computer and use it in GitHub Desktop.
Save tripflex/fae875338202cd873655c70e99fd003f to your computer and use it in GitHub Desktop.
Leaflet Marker Cluster Default Colors
.marker-cluster-small {
background-color: rgba(181,226,140,.6)
}
.marker-cluster-small div {
background-color: rgba(110,204,57,.6)
}
.marker-cluster-medium {
background-color: rgba(241,211,87,.6)
}
.marker-cluster-medium div {
background-color: rgba(240,194,12,.6)
}
.marker-cluster-large {
background-color: rgba(253,156,115,.6)
}
.marker-cluster-large div {
background-color: rgba(241,128,23,.6)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment