infoscreens/lib/colors.js

14 lines
273 B
JavaScript
Raw Normal View History

2017-11-30 20:18:49 +01:00
export const colors = [
'#fff',
'hsl(0, 98%, 46%)',
'hsl(35, 98%, 46%)',
'hsl(60, 98%, 46%)',
'hsl(135, 98%, 46%)',
'hsl(160, 98%, 46%)',
'hsl(185, 98%, 46%)',
'hsl(210, 98%, 46%)',
'hsl(285, 98%, 46%)',
'hsl(310, 98%, 46%)',
'hsl(335, 98%, 46%)',
];