From 505b305b908f66e486665cb035f33988616dbd65 Mon Sep 17 00:00:00 2001 From: Isaac Clayton Date: Tue, 24 May 2022 19:48:44 +0200 Subject: [PATCH] Adjust the orange/yellow a bit --- styles/src/themes/abruzzo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/src/themes/abruzzo.ts b/styles/src/themes/abruzzo.ts index 1476f31e88..e04ccba8f4 100644 --- a/styles/src/themes/abruzzo.ts +++ b/styles/src/themes/abruzzo.ts @@ -16,7 +16,7 @@ const ramps = { ]), red: colorRamp(chroma("#e594c4")), orange: colorRamp(chroma("#d9e87e")), - yellow: colorRamp(chroma("#fdb262")), + yellow: colorRamp(chroma("#fd9d83")), green: colorRamp(chroma("#96adf7")), cyan: colorRamp(chroma("#fc798f")), blue: colorRamp(chroma("#BCD0F5")),