From c83a3cdfb65ce3b4113df69cd4452d7970b81e23 Mon Sep 17 00:00:00 2001 From: Matt Bearman Date: Tue, 23 Jul 2024 09:06:50 +0100 Subject: [PATCH] feat: Add latest colours Co-authored-by: Phil Gwynne --- src/colors.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/colors.js b/src/colors.js index 4df5d50..f1ee4b5 100644 --- a/src/colors.js +++ b/src/colors.js @@ -177,7 +177,11 @@ const primary = { 600: "#3e4784", 700: "#363f72", 800: "#293056", - 850: "#1B243F", + 850: "#202946", + 875: "#10172C", + 900: "#0f0d2c", + 950: "#080f25", + 975: "#03091B", 875: "#10162B", 900: "#0f0d2c", 950: "#080f25",