In this notebook, I explain how to combine #dicopal & #bertinjs.
πŸ‘‰ https://observablehq.com/@neocartocnrs/dicopal-library
dicopal library

`dicopal` is a new JavaScript library that provides hundreds of color palettes. It is based on Colorbrewer2, CARTOColors, cmocean, Matplotlib, MyCarta, Tableau, (CUD) palette and many others... `npm` - https://npmjs.com/package/dicopal `github` - https://github.com/riatelab/dicopal.js `notebook` - https://observablehq.com/@mthh/hello-dicopal To load the library How it works? To find out how this library works, take a look at this notebook. Here, I'm just suggesting a way of retrieving the colors from the va

Observable
@neocarto I really liked this a lot! It's an awesome collection of colors.
Since I'm not a JS developer, I wanted a way to access these colors quickly, so I pulled them together on this website: https://thomascamminady.github.io/dicopal/#stop-talking-i-want-colors
with the hex codes just copyable. All credit belongs to the awesome work of #dicopal though!
#dicopal is a new JavaScript library that provides hundreds of color palettes. It is based on Colorbrewer2, CARTOColors, cmocean, Matplotlib, MyCarta, Tableau, (CUD) palette and many others...
➑️ https://observablehq.com/@mthh/hello-dicopal
Hello, dicopal

Dicopal offers discrete color palettes (hundreds of them!) for JavaScript. These palettes come from: Colorbrewer2 Fabio Crameri's Scientific Colour Maps CARTOColors cmocean Light & Bartlein Matplotlib MyCarta Tableau The Wes Anderson Palettes blog Masataka Okabe and Kei Ito's Color Universal Design (CUD) palette Code repository: https://github.com/riatelab/dicopal.js NPM : https://npmjs.com/package/dicopal In an Observable notebook, you can import it with `import`: Otherwise you can add it to your project

Observable