@crossed/theme
Version:
unicons
17 lines (15 loc) • 320 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 neutral = {
100: '#141430',
90: '#1D1D4C',
80: '#5D607C',
70: '#AEB6CE',
60: '#E8E6FF',
50: '#D1CDFF',
40: '#BCB6FF',
} as const;