From bce6a38e5ca4d1e40ad7b4c63593e62667ea4d37 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 15 May 2025 15:10:03 +0200 Subject: [PATCH] FEAT add custom 'carhop-blue' color palette to Tailwind configuration --- tailwind.config.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tailwind.config.js b/tailwind.config.js index abade5e..f8cb401 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -56,6 +56,19 @@ module.exports = { 900: '#451b88', 950: '#2b0665', }, + 'carhop-blue': { + 50: '#eafeff', + 100: '#cbfbff', + 200: '#9ef4ff', + 300: '#5be9ff', + 400: getBaseColor('carhop-blue'), // Base Color + 500: '#00b7e5', + 600: '#0091c0', + 700: '#03739b', + 800: '#0d5d7d', + 900: '#104d69', + 950: '#033249', + }, }, fontSize: tailpress.fontSizeMapper( tailpress.theme(