themer/cli/packages/colors-polar-ice/lib/index.js
2020-04-25 06:57:01 -06:00

35 lines
544 B
JavaScript

module.exports.colors = {
dark: {
accent0: '#F59597',
accent1: '#F2B494',
accent2: '#F2DB94',
accent3: '#C8F29D',
accent4: '#94F2DD',
accent5: '#94CEF2',
accent6: '#DB9CF7',
accent7: '#F79CE0',
shade0: '#44484F',
shade7: '#C7F3FF',
},
light: {
accent0: '#E11418',
accent1: '#E0530D',
accent2: '#D2A623',
accent3: '#61AB16',
accent4: '#06B38B',
accent5: '#34A4E7',
accent6: '#A549CD',
accent7: '#CC52AD',
shade0: '#DBF7FF',
shade7: '#3E444F',
},
};