Skip to content

Commit 6781dfb

Browse files
committed
nit
1 parent 947a4d9 commit 6781dfb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

website/src/lib/theme.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,17 @@ export const theme = {
2828
rose500: '#F6765F',
2929
white: '#FFFFFF',
3030
black: '#000000',
31+
tan100: '#B08972',
32+
tan200: '#CFB6AA',
33+
tan300: '#D9C3B9',
34+
tan400: '#E4D5CE',
35+
tan500: '#EADFDA',
36+
tan600: '#EEE5E1',
37+
tan700: '#F1EAE7',
38+
tan800: '#F7F0ED',
39+
tan850: '#FAF5F1',
40+
tan900: '#FEFAF7',
41+
tan950: '#FEFCFB',
3142
},
3243
} as const;
3344

0 commit comments

Comments
 (0)