mirror of
https://github.com/bitinflow/ui-old.git
synced 2026-03-13 13:45:57 +00:00
Add colors.js
This commit is contained in:
22
colors.js
Normal file
22
colors.js
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
export let colors = {
|
||||||
|
primary: {
|
||||||
|
'50': '#78FFED',
|
||||||
|
'100': '#63FFEA',
|
||||||
|
'200': '#3AFFE4',
|
||||||
|
'300': '#12FFDF',
|
||||||
|
'400': '#00E8C8',
|
||||||
|
'500': '#00BFA5',
|
||||||
|
'600': '#008775',
|
||||||
|
'700': '#004F44',
|
||||||
|
'800': '#001714',
|
||||||
|
'900': '#000000'
|
||||||
|
},
|
||||||
|
base: {
|
||||||
|
'DEFAULT': '#070709',
|
||||||
|
'500': '#3a3a3d',
|
||||||
|
'600': '#26262c',
|
||||||
|
'700': '#1f1f23',
|
||||||
|
'800': '#18181b',
|
||||||
|
'900': '#0e0e10'
|
||||||
|
},
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user