diff --git a/tailwind.js b/tailwind.js index 9abe5e61c..15105833d 100644 --- a/tailwind.js +++ b/tailwind.js @@ -96,13 +96,13 @@ let colors = { 'teal-lighter': '#a0f0ed', 'teal-lightest': '#e8fffe', - 'blue-darkest': '#12283a', - 'blue-darker': '#1c3d5a', - 'blue-dark': '#2779bd', - 'blue': '#3490dc', - 'blue-light': '#6cb2eb', - 'blue-lighter': '#bcdefa', - 'blue-lightest': '#eff8ff', + 'blue-darkest': '#03101f', + 'blue-darker': '#06213f', + 'blue-dark': '#0c427f', + 'blue': '#10529f', + 'blue-light': '#4074b3', + 'blue-lighter': '#7096c7', + 'blue-lightest': '#a0b8d8', 'indigo-darkest': '#191e38', 'indigo-darker': '#2f365f',