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 18c955a commit 5d1afaaCopy full SHA for 5d1afaa
tailwind.config.js
@@ -7,15 +7,15 @@ module.exports = {
7
extend: {
8
colors: {
9
green: {
10
- 100: '#d3fce0',
11
- 200: '#b0f8ca',
12
- 300: '#94ebbc',
13
- 400: '#64d4a0',
+ 100: '#d3f7ef',
+ 200: '#a5f2db',
+ 300: '#66e9c2',
+ 400: '#20d99b',
14
500: '#42B983',
15
- 600: '#2ea56f',
16
- 700: '#1f8353',
17
- 800: '#0d7445',
18
- 900: '#00551f'
+ 600: '#09ab56',
+ 700: '#0f8c4a',
+ 800: '#126e41',
+ 900: '#115937'
19
},
20
purple: {
21
900: '#350066',
0 commit comments