diff --git a/src/cmap/data/observable/__init__.py b/src/cmap/data/observable/__init__.py new file mode 100644 index 000000000..49de9cf01 --- /dev/null +++ b/src/cmap/data/observable/__init__.py @@ -0,0 +1,12 @@ +observable10 = [ + [66, 105, 208], # 4269D0 + [239, 177, 24], # EFB118 + [255, 114, 92], # FF725C + [108, 197, 176], # 6CC5B0 + [60, 169, 81], # 3CA951 + [255, 138, 183], # FF8AB7 + [164, 99, 242], # A463F2 + [151, 187, 245], # 97BBF5 + [156, 107, 78], # 9C6B4E + [148, 152, 160], # 9498A0 +] diff --git a/src/cmap/data/observable/record.json b/src/cmap/data/observable/record.json new file mode 100644 index 000000000..0657442da --- /dev/null +++ b/src/cmap/data/observable/record.json @@ -0,0 +1,17 @@ +{ + "authors": [], + "colormaps": { + "observable10": { + "authors": [ + "Jeff Pettiross" + ], + "category": "qualitative", + "data": "cmap.data.observable:observable10", + "info": "A categorical palette with ten colors designed for Observable Plot library. See for more information.", + "interpolation": false + } + }, + "license": "Apache-2.0", + "namespace": "observable", + "source": "https://github.com/d3/d3-scale-chromatic" +}