infoscreens/lib/colors.js

16 lines
297 B
JavaScript
Raw Permalink 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%)',
];
2017-11-30 21:25:56 +01:00
export default colors;