Update the neutral ramp for Andromeda

This commit is contained in:
Nate Butler 2022-09-27 12:49:51 -04:00
parent d0b35b5e19
commit 0674ca14d9

View File

@ -13,6 +13,15 @@ const ramps = {
"#CBC9CF",
"#E1DDE4",
"#F7F7F8",
]).domain([
0,
0.1,
0.2,
0.3,
0.7,
0.8,
0.9,
1
]),
red: colorRamp(chroma("#F92672")),
orange: colorRamp(chroma("#F39C12")),