Skip to content

Commit 9f93a2e

Browse files
committed
docs: update color palette (green)
1 parent 9f026b2 commit 9f93a2e

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

docs/tailwind.config.ts

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,17 @@ export default <Partial<Config>>{
1919
950: '#020420',
2020
},
2121
green: {
22-
50: '#d6ffee',
23-
100: '#acffdd',
24-
200: '#83ffcc',
25-
300: '#30ffaa',
26-
400: '#00dc82',
27-
500: '#00bd6f',
28-
600: '#009d5d',
29-
700: '#007e4a',
30-
800: '#005e38',
31-
900: '#003f25',
22+
50: '#EFFDF5',
23+
100: '#D9FBE8',
24+
200: '#B3F5D1',
25+
300: '#75EDAE',
26+
400: '#00DC82',
27+
500: '#00C16A',
28+
600: '#00A155',
29+
700: '#007F45',
30+
800: '#016538',
31+
900: '#0A5331',
32+
950: '#052E16',
3233
},
3334
},
3435
fontFamily: {

0 commit comments

Comments
 (0)