@crossed/theme
Version:
unicons
23 lines (21 loc) • 425 B
text/typescript
/**
* Copyright (c) Paymium.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root of this projects source tree.
*/
export const primary = {
0: '#F4F2FC',
1: '#EBEAFE',
10: '#DAD9EC',
20: '#CDCBEC',
30: '#A6A1E9',
40: '#9088F7',
50: '#2606C0',
60: '#1E078F',
70: '#2D2D61',
80: '#242547',
90: '#1D1D40',
100: '#141430',
primary: '#4737FF',
} as const;