We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839ad2e commit 6c026f4Copy full SHA for 6c026f4
tailwind.config.ts
@@ -11,6 +11,32 @@ const config: Config = {
11
colors: {
12
background: "var(--background)",
13
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
40
},
41
42
0 commit comments