From df463f9fef644a17379d5a3d88824d6caf281096 Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Sat, 28 May 2022 20:00:18 -0500 Subject: [PATCH] fix: blue --- index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 91ef58b..55cb466 100644 --- a/index.js +++ b/index.js @@ -546,9 +546,9 @@ const mocha = { }, blue: { - hex: '#87b0f9', - rgb: 'rgb(135, 176, 249)', - hsl: 'hsl(218, 90%, 75%)', + hex: '#89b4fa', + rgb: 'rgb(137, 180, 250)', + hsl: 'hsl(217, 92%, 76%)', }, lavender: {