Fix missing red color in `sandcastle` theme

Nate Butler created

Change summary

styles/src/themes/sandcastle.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

styles/src/themes/sandcastle.ts 🔗

@@ -14,7 +14,7 @@ const ramps = {
     "#d5c4a1",
     "#fdf4c1",
   ]),
-  red: colorRamp(chroma("#83a598")),
+  red: colorRamp(chroma("#B4637A")),
   orange: colorRamp(chroma("#a07e3b")),
   yellow: colorRamp(chroma("#a07e3b")),
   green: colorRamp(chroma("#528b8b")),