subtracks/src/styles/colors.ts
2021-06-21 22:39:10 +09:00

14 lines
209 B
TypeScript

export default {
text: {
primary: '#ffffff',
secondary: '#999999',
},
gradient: {
high: '#2d2d2d',
mid: '#191919',
low: '#000000',
},
accent: '#c260e5',
accentLow: '#50285e',
}