FEATURE Introducing light colors for orange purple an red
This commit is contained in:
parent
715b542826
commit
ec2ca4fe66
|
|
@ -40,7 +40,7 @@ module.exports = {
|
||||||
950: '#062d2a',
|
950: '#062d2a',
|
||||||
},
|
},
|
||||||
'carhop-orange': {
|
'carhop-orange': {
|
||||||
50: '#fff8eb',
|
50: getBaseColor('carhop-orange-light'),
|
||||||
100: '#ffebc6',
|
100: '#ffebc6',
|
||||||
200: '#ffd588',
|
200: '#ffd588',
|
||||||
300: '#ffba4a',
|
300: '#ffba4a',
|
||||||
|
|
@ -66,7 +66,7 @@ module.exports = {
|
||||||
950: '#033249',
|
950: '#033249',
|
||||||
},
|
},
|
||||||
'carhop-red': {
|
'carhop-red': {
|
||||||
50: '#fcf3f8',
|
50: getBaseColor('carhop-red-light'),
|
||||||
100: '#fbe8f2',
|
100: '#fbe8f2',
|
||||||
200: '#f8d2e6',
|
200: '#f8d2e6',
|
||||||
300: '#f4add0',
|
300: '#f4add0',
|
||||||
|
|
@ -79,7 +79,7 @@ module.exports = {
|
||||||
950: '#4c0b21',
|
950: '#4c0b21',
|
||||||
},
|
},
|
||||||
'carhop-purple': {
|
'carhop-purple': {
|
||||||
50: '#f8f5ff',
|
50: getBaseColor('carhop-purple-light'),
|
||||||
100: '#efe8ff',
|
100: '#efe8ff',
|
||||||
200: '#e2d4ff',
|
200: '#e2d4ff',
|
||||||
300: getBaseColor('carhop-purple'), // Base Color
|
300: getBaseColor('carhop-purple'), // Base Color
|
||||||
|
|
|
||||||
15
theme.json
15
theme.json
|
|
@ -39,16 +39,31 @@
|
||||||
"slug": "carhop-orange",
|
"slug": "carhop-orange",
|
||||||
"color": "#ffa630"
|
"color": "#ffa630"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Carhop Orange Light",
|
||||||
|
"slug": "carhop-orange-light",
|
||||||
|
"color": "#fff8eb"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Carhop Red",
|
"name": "Carhop Red",
|
||||||
"slug": "carhop-red",
|
"slug": "carhop-red",
|
||||||
"color": "#ae2154"
|
"color": "#ae2154"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Carhop Red Light",
|
||||||
|
"slug": "carhop-red-light",
|
||||||
|
"color": "#fcf3f8"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Carhop Purple",
|
"name": "Carhop Purple",
|
||||||
"slug": "carhop-purple",
|
"slug": "carhop-purple",
|
||||||
"color": "#d6c3ff"
|
"color": "#d6c3ff"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Carhop Purple Light",
|
||||||
|
"slug": "carhop-purple-light",
|
||||||
|
"color": "#f8f5ff"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Carhop Gray",
|
"name": "Carhop Gray",
|
||||||
"slug": "carhop-gray",
|
"slug": "carhop-gray",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user