Adjust the orange/yellow a bit

This commit is contained in:
Isaac Clayton 2022-05-24 19:48:44 +02:00
parent 9bb1a5636f
commit 505b305b90

View File

@ -16,7 +16,7 @@ const ramps = {
]), ]),
red: colorRamp(chroma("#e594c4")), red: colorRamp(chroma("#e594c4")),
orange: colorRamp(chroma("#d9e87e")), orange: colorRamp(chroma("#d9e87e")),
yellow: colorRamp(chroma("#fdb262")), yellow: colorRamp(chroma("#fd9d83")),
green: colorRamp(chroma("#96adf7")), green: colorRamp(chroma("#96adf7")),
cyan: colorRamp(chroma("#fc798f")), cyan: colorRamp(chroma("#fc798f")),
blue: colorRamp(chroma("#BCD0F5")), blue: colorRamp(chroma("#BCD0F5")),