FEATURE introducing carhop new colors
This commit is contained in:
parent
182def4a6d
commit
b19f1da365
|
|
@ -82,6 +82,19 @@ module.exports = {
|
|||
900: '#104d69',
|
||||
950: '#033249',
|
||||
},
|
||||
'carhop-red': {
|
||||
50: '#fcf3f8',
|
||||
100: '#fbe8f2',
|
||||
200: '#f8d2e6',
|
||||
300: '#f4add0',
|
||||
400: '#ec7ab0',
|
||||
500: '#e25291',
|
||||
600: '#d0326f',
|
||||
700: getBaseColor('carhop-red'), // Base Color
|
||||
800: '#951f49',
|
||||
900: '#7c1f3f',
|
||||
950: '#4c0b21',
|
||||
},
|
||||
},
|
||||
fontSize: tailpress.fontSizeMapper(
|
||||
tailpress.theme(
|
||||
|
|
|
|||
|
|
@ -39,6 +39,11 @@
|
|||
"slug": "carhop-yellow",
|
||||
"color": "#0AD3FF"
|
||||
},
|
||||
{
|
||||
"name": "Carhop Red",
|
||||
"slug": "carhop-red",
|
||||
"color": "#ae2154"
|
||||
},
|
||||
{
|
||||
"name": "Secondary",
|
||||
"slug": "secondary",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user