adding some colors

This commit is contained in:
Brian 2022-08-18 14:16:54 -06:00
parent 842e1994bd
commit 90f3709f4b
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8

View File

@ -79,6 +79,18 @@ module.exports = {
// yellows
'mango-tango': {
50: '#fefbe8',
100: '#fff6c2',
200: '#ffeb88',
300: '#ffd743',
400: '#ffc010',
500: '#efa603',
600: '#d78400',
700: '#a45904',
800: '#87450c',
900: '#733910',
},
// greens
@ -160,6 +172,19 @@ module.exports = {
900: '#10580f',
},
'malachite': {
50: '#f1feef',
100: '#defeda',
200: '#bdfbb7',
300: '#89f580',
400: '#4ce741',
500: '#25cf18',
600: '#1bc00f',
700: '#16870e',
800: '#166a11',
900: '#135710',
},
// teals
'aquamarine': {
@ -216,6 +241,32 @@ module.exports = {
// blues
'catalina-blue': {
50: '#ecfaff',
100: '#d5f2ff',
200: '#b5eaff',
300: '#82dfff',
400: '#47caff',
500: '#1dacff',
600: '#058eff',
700: '#0076f6',
800: '#075ec6',
900: '#0a407b',
},
'dodger-blue': {
50: '#edf8ff',
100: '#d7edff',
200: '#b9e1ff',
300: '#88d0ff',
400: '#50b5ff',
500: '#2894ff',
600: '#1778ff',
700: '#0a5deb',
800: '#0f4abe',
900: '#134395',
},
'fun-blue': {
50: '#f2f7fd',
100: '#e4edfa',
@ -269,6 +320,19 @@ module.exports = {
900: '#5e357d',
},
'purple-heart': {
50: '#faf6fe',
100: '#f4eafd',
200: '#ebd9fb',
300: '#dbbbf7',
400: '#c58ff1',
500: '#ae64e8',
600: '#9943da',
700: '#8030b9',
800: '#6f2d9c',
900: '#5b267d',
},
// pinks
'mandy': {