Skip to content

Commit

Permalink
feat: more global colors
Browse files Browse the repository at this point in the history
  • Loading branch information
me-liu committed Oct 26, 2024
1 parent 581ffae commit c2154cb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions styles/colors.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
const COLORS = {
bread1: '#FEFDFC',
bread2: '#F5F5F3',
bread3: '#F6F3E9',
bread4: '#EDE6D5',
bread5: '#E6DCC4',
bread6: '#DED1AF',
bread7: '#D3C193',
bread8: '#C3AB6C',
bread9: '#A18740',
bread10: '#937B3B',
bread11: '#776534',
bread12: '#3A3528',

rose1: '#FFFCFC',
rose2: '#FFF8F7',
rose3: '#FDEBE9',
rose4: '#FFDEDB',
rose5: '#FED0CD',
rose6: '#F7C1BD',
rose7: '#EEAEAA',
rose8: '#E39591',
rose9: '#A4031F',
rose10: '#91000F',
rose11: '#C6343B',
rose12: '#621D1E',

gray1: '#ECECEC',
gray2: '#E7E7E7',
gray3: '#DDDDDD',
Expand Down

0 comments on commit c2154cb

Please sign in to comment.