Skip to content

Commit 2d6cdde

Browse files
committed
chore: add blue-violet color
1 parent d98933b commit 2d6cdde

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tailwind.config.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,19 @@ const config: Config = {
5555
'900': '#314522',
5656
'950': '#17250e',
5757
},
58+
'blue-violet': {
59+
'50': '#eef2ff',
60+
'100': '#e1e6fe',
61+
'200': '#c8d1fd',
62+
'300': '#a7b3fa',
63+
'400': '#838bf6',
64+
'500': '#6766ee',
65+
'600': '#574ae2',
66+
'700': '#493bc7',
67+
'800': '#3c32a1',
68+
'900': '#35307f',
69+
'950': '#201c4a',
70+
},
5871
},
5972
},
6073
},

0 commit comments

Comments
 (0)