FEAT add custom 'carhop-blue' color palette to Tailwind configuration

This commit is contained in:
Antoine M 2025-05-15 15:10:03 +02:00
parent e606779c65
commit bce6a38e5c

View File

@ -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(