ADD Ajouter la couleur 'Carhop Red' dans le thème et la configuration Tailwind
This commit is contained in:
parent
905c0c3297
commit
6ff8ced567
|
|
@ -56,6 +56,19 @@ module.exports = {
|
|||
900: '#7a240d',
|
||||
950: '#461002',
|
||||
},
|
||||
'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',
|
||||
},
|
||||
'carhop-purple': {
|
||||
50: '#f8f5ff',
|
||||
100: '#efe8ff',
|
||||
|
|
|
|||
|
|
@ -24,6 +24,11 @@
|
|||
"slug": "carhop-orange",
|
||||
"color": "#ffa630"
|
||||
},
|
||||
{
|
||||
"name": "Carhop Red",
|
||||
"slug": "carhop-red",
|
||||
"color": "#ae2154"
|
||||
},
|
||||
{
|
||||
"name": "Carhop Purple",
|
||||
"slug": "carhop-purple",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user