Skip to content

Commit 6c026f4

Browse files
committed
added new colors
1 parent 839ad2e commit 6c026f4

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

tailwind.config.ts

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,32 @@ const config: Config = {
1111
colors: {
1212
background: "var(--background)",
1313
foreground: "var(--foreground)",
14+
'midnight-blue': {
15+
'50': '#ebfaff',
16+
'100': '#d3f3ff',
17+
'200': '#b0ebff',
18+
'300': '#7ae2ff',
19+
'400': '#3bcdff',
20+
'500': '#0eadff',
21+
'600': '#008aff',
22+
'700': '#0072ff',
23+
'800': '#005dd2',
24+
'900': '#0452a4',
25+
'950': '#0a3b76',
26+
},
27+
'mantis': {
28+
'50': '#f2fbf2',
29+
'100': '#e2f7e1',
30+
'200': '#c4eec4',
31+
'300': '#97df96',
32+
'400': '#55c455',
33+
'500': '#3aad3a',
34+
'600': '#2b8e2c',
35+
'700': '#257026',
36+
'800': '#225923',
37+
'900': '#1d4a1f',
38+
'950': '#0b280c',
39+
},
1440
},
1541
},
1642
},

0 commit comments

Comments
 (0)