Skip to content

Commit

Permalink
feat: 바뀐 팔레트 색상 반영 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn2468 authored Jan 28, 2024
1 parent f907cc7 commit f79e8f8
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions packages/ui/src/systems/palette.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const palette = {
primary: {
o0: '#FFCFBA',
o1: '#FF5A14',
o2: '#E94600',
o3: '#C93E02',
Expand Down Expand Up @@ -30,17 +31,17 @@ const palette = {
main: '#87909B',
sub: '#EAECEF',
w: '#FFFFFF',
g00: '#F8F9FA',
g10: '#F2F3F5',
g20: '#EAECEF',
g30: '#DFE2E6',
g40: '#CFD4DA',
g50: '#AFB5BC',
g60: '#87909B',
g70: '#6D747C',
g80: '#4A5057',
g90: '#353A40',
g100: '#222529',
g00: '#F6F9FF',
g10: '#E7EAF2',
g20: '#D8DBE5',
g30: '#C8CCDC',
g40: '#A2A5B4',
g50: '#888D9D',
g60: '#6F7485',
g70: '#595D6D',
g80: '#434753',
g90: '#282B33',
g100: '#121215',
b: '#000000',
},
} as const;
Expand Down

0 comments on commit f79e8f8

Please sign in to comment.