Make the colors less strange looking

This commit is contained in:
Dane Everitt 2018-09-05 21:45:33 -07:00
parent 5ca13839cf
commit b820542b02
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
1 changed files with 57 additions and 65 deletions

View File

@ -56,78 +56,70 @@ let colors = {
'grey-lightest': '#f8fafc', 'grey-lightest': '#f8fafc',
'white': '#ffffff', 'white': '#ffffff',
'red-darkest': '#3b0d0c', 'red-lightest' : '#F9EDED',
'red-darker': '#621b18', 'red-lighter' : '#E7B6B6',
'red-dark': '#cc1f1a', 'red-light' : '#D58080',
'red': '#e3342f', 'red' : '#C34949',
'red-light': '#ef5753', 'red-dark' : '#B04242',
'red-lighter': '#f9acaa', 'red-darker' : '#752C2C',
'red-lightest': '#fcebea', 'red-darkest' : '#3B1616',
'orange-darkest': '#462a16', 'orange-lightest' : '#FCF4EB',
'orange-darker': '#613b1f', 'orange-lighter' : '#F4D4AE',
'orange-dark': '#de751f', 'orange-light' : '#ECB371',
'orange': '#f6993f', 'orange' : '#E49334',
'orange-light': '#faad63', 'orange-dark' : '#CD842F',
'orange-lighter': '#fcd9b6', 'orange-darker' : '#89581F',
'orange-lightest': '#fff5eb', 'orange-darkest' : '#442C10',
'yellow-darkest': '#453411', 'yellow-lightest' : '#FBFAE9',
'yellow-darker': '#684f1d', 'yellow-lighter' : '#EDE9A7',
'yellow-dark': '#f2d024', 'yellow-light' : '#E0D965',
'yellow': '#ffed4a', 'yellow' : '#D2C823',
'yellow-light': '#fff382', 'yellow-dark' : '#BDB420',
'yellow-lighter': '#fff9c2', 'yellow-darker' : '#7E7815',
'yellow-lightest': '#fcfbeb', 'yellow-darkest' : '#3F3C0B',
'green-darkest': '#0f2f21', 'green-lightest' : '#EEF7EB',
'green-darker': '#1a4731', 'green-lighter' : '#BBDEAE',
'green-dark': '#1f9d55', 'green-light' : '#89C671',
'green': '#38c172', 'green' : '#56AD34',
'green-light': '#51d88a', 'green-dark' : '#4D9C2F',
'green-lighter': '#a2f5bf', 'green-darker' : '#34681F',
'green-lightest': '#e3fcec', 'green-darkest' : '#1A3410',
'teal-darkest': '#0d3331', 'teal-lightest' : '#ECF7F5',
'teal-darker': '#20504f', 'teal-lighter' : '#B3DED7',
'teal-dark': '#38a89d', 'teal-light' : '#7AC5BA',
'teal': '#4dc0b5', 'teal' : '#41AC9C',
'teal-light': '#64d5ca', 'teal-dark' : '#3B9B8C',
'teal-lighter': '#a0f0ed', 'teal-darker' : '#27675E',
'teal-lightest': '#e8fffe', 'teal-darkest' : '#14342F',
'blue-darkest': '#041224', 'blue-lightest' : '#E7EEF5',
'blue-darker': '#082a52', 'blue-lighter' : '#9FBAD9',
'blue-dark': '#0d4280', 'blue-light' : '#5886BC',
'blue': '#10529f', 'blue' : '#10529F',
'blue-light': '#156acd', 'blue-dark' : '#0E4A8F',
'blue-lighter': '#88b9f3', 'blue-darker' : '#0A315F',
'blue-lightest': '#d5e6fb', 'blue-darkest' : '#051930',
'indigo-darkest': '#191e38', 'indigo-lightest' : '#F0F1FA',
'indigo-darker': '#2f365f', 'indigo-lighter' : '#C1C7EB',
'indigo-dark': '#5661b3', 'indigo-light' : '#939EDC',
'indigo': '#6574cd', 'indigo' : '#6574CD',
'indigo-light': '#7886d7', 'indigo-dark' : '#5B68B9',
'indigo-lighter': '#b2b7ff', 'indigo-darker' : '#3D467B',
'indigo-lightest': '#e6e8ff', 'indigo-darkest' : '#1E233E',
'purple-darkest': '#21183c', 'purple-lightest' : '#F6EAF5',
'purple-darker': '#382b5f', 'purple-lighter' : '#DCAAD8',
'purple-dark': '#794acf', 'purple-light' : '#C16BBA',
'purple': '#9561e2', 'purple' : '#A72B9D',
'purple-light': '#a779e9', 'purple-dark' : '#96278D',
'purple-lighter': '#d6bbfc', 'purple-darker' : '#641A5E',
'purple-lightest': '#f3ebff', 'purple-darkest' : '#320D2F',
};
'pink-darkest': '#451225',
'pink-darker': '#6f213f',
'pink-dark': '#eb5286',
'pink': '#f66d9b',
'pink-light': '#fa7ea8',
'pink-lighter': '#ffbbca',
'pink-lightest': '#ffebef',
}
module.exports = { module.exports = {