FEAT add custom 'carhop-blue' color palette to Tailwind configuration
This commit is contained in:
parent
e606779c65
commit
bce6a38e5c
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user