adding some more colors
This commit is contained in:
parent
f5f4c467fd
commit
f2c07a5f05
@ -99,6 +99,19 @@ module.exports = {
|
|||||||
900: '#155215',
|
900: '#155215',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'mountain-meadow': {
|
||||||
|
50: '#ecfdf3',
|
||||||
|
100: '#d1fae1',
|
||||||
|
200: '#a7f3c9',
|
||||||
|
300: '#6ee7ac',
|
||||||
|
400: '#34d38b',
|
||||||
|
500: '#0fa968',
|
||||||
|
600: '#05965c',
|
||||||
|
700: '#04784c',
|
||||||
|
800: '#065f3e',
|
||||||
|
900: '#064e34',
|
||||||
|
},
|
||||||
|
|
||||||
'eucalyptus': {
|
'eucalyptus': {
|
||||||
50: '#f1fcf5',
|
50: '#f1fcf5',
|
||||||
100: '#dff9ea',
|
100: '#dff9ea',
|
||||||
@ -152,6 +165,20 @@ module.exports = {
|
|||||||
900: '#05403e',
|
900: '#05403e',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'wedgewood': {
|
||||||
|
50: '#f2f9f9',
|
||||||
|
100: '#ddeff0',
|
||||||
|
200: '#bfe0e2',
|
||||||
|
300: '#92cace',
|
||||||
|
400: '#5faab1',
|
||||||
|
500: '#438e96',
|
||||||
|
600: '#3b757f',
|
||||||
|
700: '#356169',
|
||||||
|
800: '#325158',
|
||||||
|
900: '#2d464c',
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
// blues
|
// blues
|
||||||
'fun-blue': {
|
'fun-blue': {
|
||||||
50: '#f2f7fd',
|
50: '#f2f7fd',
|
||||||
@ -167,6 +194,18 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
// purples
|
// purples
|
||||||
|
'electric-violet': {
|
||||||
|
50: '#f3f1ff',
|
||||||
|
100: '#ebe5ff',
|
||||||
|
200: '#d9ceff',
|
||||||
|
300: '#bea6ff',
|
||||||
|
400: '#9f75ff',
|
||||||
|
500: '#843dff',
|
||||||
|
600: '#7916ff',
|
||||||
|
700: '#6b04fd',
|
||||||
|
800: '#5a03d5',
|
||||||
|
900: '#4b05ad',
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
// pinks
|
// pinks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user